- From: Mohamadou Nassourou <mohamadou.nassourou@uni-wuerzburg.de>
- Date: Sat, 10 Jul 2010 12:56:46 +0200
- To: www-style@w3.org
Using Flute parser in a project, I tried implementing the counter() function, but I found that a bracket was missing. Following is the code retrieved from Parser.jj instead of : else if ("counter".equals(f)) { it should have been: else if ("counter(".equals(f)) { Mohamadou Nassourou Department of Computer Philology & Modern German Literature University of Würzburg
Received on Saturday, 10 July 2010 10:57:16 UTC