[jboss-cvs] jboss-seam ...

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


  User: gavin   
  Date: 07/01/12 04:30:21

  Modified:    jboss-seam  seam-text.g
  Log:
  minor
  
  Revision  Changes    Path
  1.15      +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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- seam-text.g	12 Jan 2007 09:29:09 -0000	1.14
  +++ seam-text.g	12 Jan 2007 09:30:21 -0000	1.15
  @@ -170,7 +170,7 @@
       ;
       
   attribute: space att:WORD EQ 
  -           DOUBLEQUOTE { append(att.getText() + "=\""); } 
  +           DOUBLEQUOTE { append(att.getText()); append("=\""); } 
              attributeValue 
              DOUBLEQUOTE { append("\""); } 
       ;
  
  
  



More information about the jboss-cvs-commits mailing list