[open-ils-commits] r19874 - trunk/Open-ILS/xsl (dbwells)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 28 14:32:51 EDT 2011


Author: dbwells
Date: 2011-03-28 14:32:46 -0400 (Mon, 28 Mar 2011)
New Revision: 19874

Modified:
   trunk/Open-ILS/xsl/oilsMARC21slim2HTML.xsl
Log:
MARC View print problem workaround (LP Bug #742033)

Certain printers were failing to print from the MARC View in the staff client.  Adding a simple title to the view ended up being a successful workaround, and is unlikely to have negative consequences in any case.


Modified: trunk/Open-ILS/xsl/oilsMARC21slim2HTML.xsl
===================================================================
--- trunk/Open-ILS/xsl/oilsMARC21slim2HTML.xsl	2011-03-28 17:37:20 UTC (rev 19873)
+++ trunk/Open-ILS/xsl/oilsMARC21slim2HTML.xsl	2011-03-28 18:32:46 UTC (rev 19874)
@@ -5,6 +5,7 @@
 	<xsl:template match="/">
 		<html>
 			<head>
+				<title>MARC</title>
 				<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
 
 				<style>



More information about the open-ils-commits mailing list