[jboss-cvs] jboss-seam ...
Gavin King
gavin.king at jboss.com
Fri Jan 12 04:21:17 EST 2007
User: gavin
Date: 07/01/12 04:21:17
Modified: jboss-seam seam-text.g
Log:
loosen rules on quoted content
Revision Changes Path
1.13 +2 -1 jboss-seam/seam-text.g
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seam-text.g
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-text.g,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- seam-text.g 12 Jan 2007 09:12:43 -0000 1.12
+++ seam-text.g 12 Jan 2007 09:21:17 -0000 1.13
@@ -110,7 +110,8 @@
;
quoted: DOUBLEQUOTE { append("<quote>"); }
- line (newline line)*
+ (plain|formatted|preformatted|html|(list newline)|newline)*
+ //line (newline line)*
DOUBLEQUOTE { append("</quote>"); }
;
More information about the jboss-cvs-commits
mailing list