Author: abelevich
Date: 2008-11-10 05:07:50 -0500 (Mon, 10 Nov 2008)
New Revision: 11064
Modified:
trunk/sandbox/ui/editor/src/main/antlr/html-seamtext.g
Log:
Modified: trunk/sandbox/ui/editor/src/main/antlr/html-seamtext.g
===================================================================
--- trunk/sandbox/ui/editor/src/main/antlr/html-seamtext.g 2008-11-10 10:02:28 UTC (rev
11063)
+++ trunk/sandbox/ui/editor/src/main/antlr/html-seamtext.g 2008-11-10 10:07:50 UTC (rev
11064)
@@ -224,7 +224,7 @@
for(Token token : htmlElementStack) {
if(token.getText().equals("h1") ||
token.getText().equals("h2") || token.getText().equals("h3")
|| token.getText().equals("h4")
|| token.getText().equals("li")) {
- require = true;
+ required = true;
}
}
}