[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl,1.16,1.16.2.1

Ambrose C. LI acli at users.sourceforge.net
Thu Jan 13 08:22:38 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26533

Modified Files:
      Tag: rel_2_2
	opac-main.tmpl 
Log Message:
Added http-equiv tag for non-iso-8859-1 charset support.  See bug 885.


Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -C2 -r1.16 -r1.16.2.1
*** opac-main.tmpl	3 Jan 2005 11:09:33 -0000	1.16
--- opac-main.tmpl	13 Jan 2005 07:22:35 -0000	1.16.2.1
***************
*** 9,12 ****
--- 9,13 ----
  		<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"-->/includes/opac.css" />
  	<!-- /TMPL_IF -->
+ 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  	<title><!--TMPL_VAR name="LibraryName"--></title>
  </head>





More information about the Koha-cvs mailing list