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

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


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

  Modified:    examples/booking/view  template.xhtml
  Log:
  use UTF-8 as the charset
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/booking/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/booking/view/template.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- template.xhtml	8 Nov 2006 23:18:32 -0000	1.7
  +++ template.xhtml	23 Nov 2006 22:50:38 -0000	1.8
  @@ -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