[open-ils-commits] r12269 - trunk/Open-ILS/xsl (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Feb 22 19:52:54 EST 2009


Author: dbs
Date: 2009-02-22 19:52:53 -0500 (Sun, 22 Feb 2009)
New Revision: 12269

Modified:
   trunk/Open-ILS/xsl/oilsMARC21slim2HTML.xsl
Log:
Add explicit UTF8 encoding header for MARC View in staff client. Closes #42.

Modified: trunk/Open-ILS/xsl/oilsMARC21slim2HTML.xsl
===================================================================
--- trunk/Open-ILS/xsl/oilsMARC21slim2HTML.xsl	2009-02-23 00:14:05 UTC (rev 12268)
+++ trunk/Open-ILS/xsl/oilsMARC21slim2HTML.xsl	2009-02-23 00:52:53 UTC (rev 12269)
@@ -5,6 +5,7 @@
 	<xsl:template match="/">
 		<html>
 			<head>
+				<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
 
 				<style>
 



More information about the open-ils-commits mailing list