We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8aa90 commit b14f9bcCopy full SHA for b14f9bc
modules/imap/output_modules.php
@@ -419,7 +419,7 @@ protected function output() {
419
}
420
$txt .= '<a class="hlink text-decoration-none" id="show_message_source" href="#">' . $this->trans('Show Source') . '</a>';
421
422
- $txt .= '</ul><span id="extra-header-buttons"></span>';
+ $txt .= '</div><span id="extra-header-buttons"></span>';
423
$txt .= '<input type="hidden" class="move_to_type" value="" />';
424
$txt .= '<input type="hidden" class="move_to_string1" value="'.$this->trans('Move to ...').'" />';
425
$txt .= '<input type="hidden" class="move_to_string2" value="'.$this->trans('Copy to ...').'" />';
0 commit comments