[Rt-commit] rt branch, 4.6/show-transaction-spacing, created. rt-4.4.4-515-gaec89809ad
Jim Brandt
jbrandt at bestpractical.com
Fri Nov 8 08:44:03 EST 2019
The branch, 4.6/show-transaction-spacing has been created
at aec89809ad1dfd29653dc786a387a86a15e61483 (commit)
- Log -----------------------------------------------------------------
commit aec89809ad1dfd29653dc786a387a86a15e61483
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Nov 8 08:43:46 2019 -0500
Close the new header container before body section
diff --git a/share/html/Ticket/ShowEmailRecord.html b/share/html/Ticket/ShowEmailRecord.html
index 1d0cf04e03..e64d978f95 100644
--- a/share/html/Ticket/ShowEmailRecord.html
+++ b/share/html/Ticket/ShowEmailRecord.html
@@ -72,6 +72,7 @@ my $show_content = sub {
my $show;
$show = sub {
my $attach = shift;
+ $m->out('</div>'); # Close rt-header-container
$m->out('<div id="body">');
$m->out('<div class="plain-text-white-space">') if $plain_text_mono;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list