[open-ils-commits] r10791 - trunk/Open-ILS/web/conify/global/actor

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 8 12:24:28 EDT 2008


Author: dbs
Date: 2008-10-08 12:24:25 -0400 (Wed, 08 Oct 2008)
New Revision: 10791

Modified:
   trunk/Open-ILS/web/conify/global/actor/org_unit.html
Log:
XMLENT hatesess the double-quotes, precioussss

Modified: trunk/Open-ILS/web/conify/global/actor/org_unit.html
===================================================================
--- trunk/Open-ILS/web/conify/global/actor/org_unit.html	2008-10-08 15:51:36 UTC (rev 10790)
+++ trunk/Open-ILS/web/conify/global/actor/org_unit.html	2008-10-08 16:24:25 UTC (rev 10791)
@@ -17,9 +17,9 @@
 		<title>Conify :: Global :: Actor :: Org Units</title>
 
 		<style type="text/css">
-			@import url("/js/dojo/dojo/resources/dojo.css");
-			@import url("/js/dojo/dijit/themes/tundra/tundra.css");
-			@import url("/js/dojo/dojox/widget/Toaster/Toaster.css");
+			@import url('/js/dojo/dojo/resources/dojo.css');
+			@import url('/js/dojo/dijit/themes/tundra/tundra.css');
+			@import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
 		</style>
 
 		<style>



More information about the open-ils-commits mailing list