[open-ils-commits] r12270 - branches/rel_1_4/Open-ILS/xsl (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Feb 22 19:53:35 EST 2009


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

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

Modified: branches/rel_1_4/Open-ILS/xsl/oilsMARC21slim2HTML.xsl
===================================================================
--- branches/rel_1_4/Open-ILS/xsl/oilsMARC21slim2HTML.xsl	2009-02-23 00:52:53 UTC (rev 12269)
+++ branches/rel_1_4/Open-ILS/xsl/oilsMARC21slim2HTML.xsl	2009-02-23 00:53:34 UTC (rev 12270)
@@ -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