Skip to content

Commit b14f9bc

Browse files
committed
fix(frontend): update HTML structure for extra header buttons in message headers
1 parent 1d8aa90 commit b14f9bc

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)