Skip to content
Snippets Groups Projects
Commit 7cbaca0e authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix incorrect <div> for thread attachments

parent 26bef932
No related branches found
No related tags found
No related merge requests found
......@@ -1221,7 +1221,7 @@ class ThreadEntryWidget extends Widget {
&& !$cfg->allowAttachmentsOnlogin())
|| ($cfg->allowAttachmentsOnlogin()
&& ($thisclient && $thisclient->isValid()))) { ?>
<div class="clear"><div>
<div class="clear"></div>
<hr/>
<div><strong style="padding-right:1em;vertical-align:top">Attachments: </strong>
<div style="display:inline-block">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment