[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 9436b7c40f88af13f5bf3fac878f92e1e7c4e43c

Evergreen Git git at git.evergreen-ils.org
Thu Jan 22 15:50:50 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  9436b7c40f88af13f5bf3fac878f92e1e7c4e43c (commit)
      from  67999a6fb3a82f1abc9855e0abe511f6045d3eca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9436b7c40f88af13f5bf3fac878f92e1e7c4e43c
Author: Dan Scott <dscott at laurentian.ca>
Date:   Thu Jan 22 01:48:19 2015 -0500

    LP#1413490 Fix <table><table> markup
    
    Doesn't really have an effect on the display, as XULRunner automatically
    repairs it dynamically, but might as well be correct.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/acq/common/li_table.tt2 b/Open-ILS/src/templates/acq/common/li_table.tt2
index 9517725..533a2ca 100644
--- a/Open-ILS/src/templates/acq/common/li_table.tt2
+++ b/Open-ILS/src/templates/acq/common/li_table.tt2
@@ -319,7 +319,7 @@
                     <td colspan="4"></td>
                 </tr>
             </tbody>
-        <table>
+        </table>
 
         <table id='acq-lit-li-details-table'>
             <tbody><tr><td class='acq-lit-table-spacer' colspan='0'/></tr></tbody>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/acq/common/li_table.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list