[jboss-cvs] jboss-seam ...

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


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

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



More information about the jboss-cvs-commits mailing list