[open-ils-commits] r16638 - trunk/Open-ILS/web/templates/default/acq/common (atz)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jun 9 15:10:56 EDT 2010


Author: atz
Date: 2010-06-09 15:10:52 -0400 (Wed, 09 Jun 2010)
New Revision: 16638

Modified:
   trunk/Open-ILS/web/templates/default/acq/common/inv_dialog.tt2
   trunk/Open-ILS/web/templates/default/acq/common/li_table.tt2
Log:
Bugfix cleanup of stray tags

<strong> had mismatched nesting and </img> was completely orphaned.

Signed-off-by: Joe Atzberger <atz at esilibrary.com>

Modified: trunk/Open-ILS/web/templates/default/acq/common/inv_dialog.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/common/inv_dialog.tt2	2010-06-09 19:10:50 UTC (rev 16637)
+++ trunk/Open-ILS/web/templates/default/acq/common/inv_dialog.tt2	2010-06-09 19:10:52 UTC (rev 16638)
@@ -1,6 +1,6 @@
 <script src="[% ctx.media_prefix %]/js/ui/default/acq/common/inv_dialog.js">
 </script>
-<big><strong>Choose invoice</big></strong>
+<big><strong>Choose invoice</strong></big>
 <table class="acq-link-invoice-dialog">
     <tr>
         <th>

Modified: trunk/Open-ILS/web/templates/default/acq/common/li_table.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/common/li_table.tt2	2010-06-09 19:10:50 UTC (rev 16637)
+++ trunk/Open-ILS/web/templates/default/acq/common/li_table.tt2	2010-06-09 19:10:52 UTC (rev 16638)
@@ -77,7 +77,7 @@
                         <table style='width:100%;'>
                             <tbody>
                                 <tr>
-                                    <td rowspan='2' style='width:43px;'><img style='width:40px;height:65px;' name='jacket'></img></td>
+                                    <td rowspan='2' style='width:43px;'><img style='width:40px;height:65px;' name='jacket'></td>
                                     <td style='width:70%;font-weight:bold;'>
                                         <span name="bib_origin" class="hidden">
                                             <img src="/opac/images/book-icon.png" />



More information about the open-ils-commits mailing list