Author: toad
Date: 2006-09-29 21:07:59 +0000 (Fri, 29 Sep 2006)
New Revision: 10580
Modified:
trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex
Log:
comments
Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex
===================================================================
--- trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex
2006-09-29 21:06:26 UTC (rev 10579)
+++ trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex
2006-09-29 21:07:59 UTC (rev 10580)
@@ -458,6 +458,8 @@
// This would be the longest match...
//("@"{IDENT}[^;\}\"]*[;\}]) {
// So just drop the bogus identifier
+// FIXME match whole line so can cleanly discard? But if we do, we have to
match a whole line with all the known
+// @-directives above (@page, @media). Since these can have sub-{}'s this
probably isn't possible.
"@"{IDENT} {
if(!deleteErrors) {
throwError("Unknown @identifier "+yytext());