LP#1452950 patron reg fixed css repair
authorBill Erickson <berickxx@gmail.com>
Sun, 9 Aug 2015 20:53:02 +0000 (16:53 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 25 Feb 2016 22:31:55 +0000 (17:31 -0500)
Use CSS-style comments within <style> blocks, not HTML comments, lest
your CSS stops working.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/staff/circ/patron/register.tt2

index cdbc199..ddd9da2 100644 (file)
@@ -10,7 +10,7 @@
 <script src="[% ctx.media_prefix %]/js/ui/default/staff/circ/patron/regctl.js"></script>
 <link rel="stylesheet" href="[% ctx.base_path %]/staff/css/circ.css" />
 <style>
-  <!-- add room for the fixed navigation elements -->
+  /* add room for the fixed navigation elements */
   #top-content-container { padding-top: 170px; }
 </style>
 [% END %]