[jboss-cvs] jboss-seam ...

Christian Bauer christian at hibernate.org
Thu Jun 14 07:31:57 EDT 2007


  User: cbauer  
  Date: 07/06/14 07:31:57

  Modified:    jboss-seam  seam-text.g
  Log:
  Minor
  
  Revision  Changes    Path
  1.37      +1 -0      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.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- seam-text.g	14 Jun 2007 11:11:07 -0000	1.36
  +++ seam-text.g	14 Jun 2007 11:31:57 -0000	1.37
  @@ -162,6 +162,7 @@
             | e:ESCAPE { append( e.getText() ); }
             | t:TWIDDLE { append( t.getText() ); }
             | u:UNDERSCORE { append( u.getText() ); }
  +          | moreSpecialChars
             | htmlSpecialChars
             | newline)+
              BAR { append("</tt>"); }
  
  
  



More information about the jboss-cvs-commits mailing list