Skip to content

Commit ba35086

Browse files
authored
Merge pull request #1650 from Shadow243/fixed-html-structure
fix(frontend): update HTML structure for extra header buttons in mess…
2 parents 169ddb3 + b14f9bc commit ba35086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imap/output_modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ protected function output() {
419419
}
420420
$txt .= '<a class="hlink text-decoration-none" id="show_message_source" href="#">' . $this->trans('Show Source') . '</a>';
421421

422-
$txt .= '</ul><span id="extra-header-buttons"></span>';
422+
$txt .= '</div><span id="extra-header-buttons"></span>';
423423
$txt .= '<input type="hidden" class="move_to_type" value="" />';
424424
$txt .= '<input type="hidden" class="move_to_string1" value="'.$this->trans('Move to ...').'" />';
425425
$txt .= '<input type="hidden" class="move_to_string2" value="'.$this->trans('Copy to ...').'" />';

0 commit comments

Comments
 (0)