[Rt-commit] rt branch 5.0/remove-stray-close-div-tags-from-ticket-graphs created. rt-5.0.3-123-g2fe29320fa

BPS Git Server git at git.bestpractical.com
Mon Oct 3 13:51:19 UTC 2022


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 "rt".

The branch, 5.0/remove-stray-close-div-tags-from-ticket-graphs has been created
        at  2fe29320fab1d98d618456e119d3b165e74b1ef1 (commit)

- Log -----------------------------------------------------------------
commit 2fe29320fab1d98d618456e119d3b165e74b1ef1
Author: Brian Conry <bconry at bestpractical.com>
Date:   Mon Oct 3 08:46:35 2022 -0500

    Remove two stray </div> tags from /Ticket/Graphs
    
    This change removes two stray </div> tags from
    /Ticket/Graphs/Elements/EditGraphProperties that was breaking rendering.
    
    These stray </div>s are from 85cd8950dea converting the ticket graphs to
    the elevator theme.

diff --git a/share/html/Ticket/Graphs/Elements/EditGraphProperties b/share/html/Ticket/Graphs/Elements/EditGraphProperties
index f15b7dd787..789f838576 100644
--- a/share/html/Ticket/Graphs/Elements/EditGraphProperties
+++ b/share/html/Ticket/Graphs/Elements/EditGraphProperties
@@ -85,7 +85,6 @@
           </div>
         </div>
 % }
-      </div>
   </&>
 
 % my @properties = RT::Graph::Tickets->TicketProperties( $session{'CurrentUser'} );
@@ -189,7 +188,6 @@ $class = 'class="hidden"' if $Level != 1 && !@Default;
           </div>
         </div>
 % }
-      </div>
   </&>
 % }
 </div>

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list