[open-ils-commits] r12271 - branches/rel_1_4_0/Open-ILS/xsl (dbs)

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


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

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