[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Fri Jan 12 03:37:30 EST 2007


  User: gavin   
  Date: 07/01/12 03:37:30

  Modified:    jboss-seam  seam-text.g
  Log:
  bit more flexible
  
  Revision  Changes    Path
  1.9       +1 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- seam-text.g	12 Jan 2007 08:31:33 -0000	1.8
  +++ seam-text.g	12 Jan 2007 08:37:30 -0000	1.9
  @@ -152,7 +152,7 @@
   html: openTag (attribute)* ( ( tagContent htmlText closeTagWithContent ) | closeTagWithNoContent ) 
       ;
   
  -htmlText: (plain|formatted|html|newline)*
  +htmlText: (plain|formatted|list|preformatted|quoted|html|newline)*
       ;
       
   inlineTag: openTag (attribute)* ( ( tagContent inlineTagText closeTagWithContent ) | closeTagWithNoContent )
  
  
  



More information about the jboss-cvs-commits mailing list