[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Fri Jan 12 04:12:43 EST 2007


  User: gavin   
  Date: 07/01/12 04:12:43

  Modified:    jboss-seam  seam-text.g
  Log:
  oops
  
  Revision  Changes    Path
  1.12      +1 -4      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- seam-text.g	12 Jan 2007 09:01:06 -0000	1.11
  +++ seam-text.g	12 Jan 2007 09:12:43 -0000	1.12
  @@ -153,10 +153,7 @@
   html: openTag (attribute)* ( ( tagContent htmlText closeTagWithContent ) | closeTagWithNoContent ) 
       ;
   
  -htmlText: (htmlTextLine|list) (newline+ (htmlTextLine|list))*
  -    ;
  -    
  -htmlTextLine: plain|formatted|preformatted|quoted|html|newline
  +htmlText: (plain|formatted|preformatted|quoted|html|(list newline)|newline)*
       ;
       
   inlineTag: openTag (attribute)* ( ( tagContent inlineTagText closeTagWithContent ) | closeTagWithNoContent )
  
  
  



More information about the jboss-cvs-commits mailing list