From 3dba1f06e4d91ef020af89d43d7c4969e783ee8e Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 23 Dec 2013 16:05:46 -0600 Subject: [PATCH] ui: Add closing div for attached files block Fixes #356 --- include/class.forms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class.forms.php b/include/class.forms.php index 8a876388a..bff57fc4c 100644 --- a/include/class.forms.php +++ b/include/class.forms.php @@ -1105,6 +1105,7 @@ class ThreadEntryWidget extends Widget { <input type="file" class="multifile" name="attachments[]" id="attachments" size="30" value="" /> </div> <font class="error"> <?php echo $errors['attachments']; ?></font> + </div> <hr/> <?php } -- GitLab