From 7cbaca0ea473249f6b2d15acf978545d9eb111ce Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Fri, 9 May 2014 08:39:09 -0500 Subject: [PATCH] oops: Fix incorrect <div> for thread attachments --- include/class.forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class.forms.php b/include/class.forms.php index 5253fa55a..dd5477cc9 100644 --- a/include/class.forms.php +++ b/include/class.forms.php @@ -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"> -- GitLab