[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Tue Jan 16 21:52:31 EST 2007


  User: gavin   
  Date: 07/01/16 21:52:31

  Modified:    jboss-seam  seam-text.g
  Log:
  support img
  
  Revision  Changes    Path
  1.20      +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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- seam-text.g	16 Jan 2007 22:01:57 -0000	1.19
  +++ seam-text.g	17 Jan 2007 02:52:31 -0000	1.20
  @@ -9,7 +9,7 @@
   	k=3;
   }
   {   
  -	private java.util.Set htmlElements = new java.util.HashSet( java.util.Arrays.asList( new String[] { "a", "p", "quote", "code", "pre", "table", "tr", "td", "th", "ul", "ol", "li", "b", "i", "u", "tt", "del", "em", "hr", "br", "div", "span", "h1", "h2", "h3" } ) );
  +	private java.util.Set htmlElements = new java.util.HashSet( java.util.Arrays.asList( new String[] { "a", "p", "quote", "code", "pre", "table", "tr", "td", "th", "ul", "ol", "li", "b", "i", "u", "tt", "del", "em", "hr", "br", "div", "span", "h1", "h2", "h3", "img" } ) );
   	private java.util.Set htmlAttributes = new java.util.HashSet( java.util.Arrays.asList( new String[] { "src", "href", "lang", "class", "id" } ) );
   	
       private StringBuilder builder = new StringBuilder();
  
  
  



More information about the jboss-cvs-commits mailing list