[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. 39844f20d47b6b2899e9d9cc157bbab6fa01eff5

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, rel_2_7 has been updated
       via  39844f20d47b6b2899e9d9cc157bbab6fa01eff5 (commit)
      from  a0eaee9bc327f62ed23c7eed7bae784e65aaa19a (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 39844f20d47b6b2899e9d9cc157bbab6fa01eff5
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