[jboss-cvs] jboss-seam/examples/icefaces/view ...

Gavin King gavin.king at jboss.com
Thu Nov 23 17:50:39 EST 2006


  User: gavin   
  Date: 06/11/23 17:50:39

  Modified:    examples/icefaces/view  template.xhtml
  Log:
  use UTF-8 as the charset
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/icefaces/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/view/template.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- template.xhtml	20 Nov 2006 04:55:00 -0000	1.1
  +++ template.xhtml	23 Nov 2006 22:50:39 -0000	1.2
  @@ -3,7 +3,7 @@
         xmlns:ui="http://java.sun.com/jsf/facelets"
   	  xmlns:h="http://java.sun.com/jsf/html">
   <head>
  -	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  +	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   	<title>JBoss Suites: Seam Framework</title>
   	<link href="css/screen.css" rel="stylesheet" type="text/css" />
   </head>
  
  
  



More information about the jboss-cvs-commits mailing list