[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. 9d9692a1ca153ebfd40a4facb58d3e1c164b0593

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_6 has been updated
       via  9d9692a1ca153ebfd40a4facb58d3e1c164b0593 (commit)
      from  3d950e1ba17e55c51e954332e435838b090c1d16 (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 9d9692a1ca153ebfd40a4facb58d3e1c164b0593
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 0a2151a..71cbd90 100644
--- a/Open-ILS/src/templates/acq/common/li_table.tt2
+++ b/Open-ILS/src/templates/acq/common/li_table.tt2
@@ -311,7 +311,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