[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Wed Mar 7 11:01:59 EST 2007


  User: gavin   
  Date: 07/03/07 11:01:59

  Modified:    jboss-seam  seam-text.g
  Log:
  improve
  
  Revision  Changes    Path
  1.32      +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.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- seam-text.g	7 Mar 2007 01:20:43 -0000	1.31
  +++ seam-text.g	7 Mar 2007 16:01:58 -0000	1.32
  @@ -203,7 +203,7 @@
   newlineOrEof: newline | EOF
       ;
   
  -html: openTag (space)+ ( attribute (space)+ )* ( ( beforeBody body closeTagWithBody ) | closeTagWithNoBody ) 
  +html: openTag ( space | space attribute )* ( ( beforeBody body closeTagWithBody ) | closeTagWithNoBody ) 
       ;
   
   body: (plain|formatted|preformatted|quoted|html|(list newline)|newline)*
  
  
  



More information about the jboss-cvs-commits mailing list