[Rt-commit] rt branch, 4.6/fix-unmatched-tags, created. rt-4.4.4-540-g83b67d79d7

Blaine Motsinger blaine at bestpractical.com
Thu Dec 5 16:30:00 EST 2019


The branch, 4.6/fix-unmatched-tags has been created
        at  83b67d79d7ccb7eb69abe2322d996b9e2ec229ba (commit)

- Log -----------------------------------------------------------------
commit 83b67d79d7ccb7eb69abe2322d996b9e2ec229ba
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Thu Dec 5 15:15:46 2019 -0600

    Fix unmatched closing div and form tags
    
    The closing html form tag was not being included in the content
    for TitleBox, so TitleBoxEnd was inserting the closing div tags in
    the wrong place and breaking the html.

diff --git a/share/html/Elements/RefreshHomepage b/share/html/Elements/RefreshHomepage
index a2dfa00617..16839ce20b 100644
--- a/share/html/Elements/RefreshHomepage
+++ b/share/html/Elements/RefreshHomepage
@@ -58,5 +58,5 @@
 <& /Elements/Submit,  Label => loc('Go!') &>
   </div>
 </div>
-</&>
 </form>
+</&>

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


More information about the rt-commit mailing list