From a2dfd978160b0257701bfafcc4e069e2a1f0282a Mon Sep 17 00:00:00 2001
From: echicken <echicken@bbs.electronicchicken.com>
Date: Wed, 23 Nov 2016 01:07:00 -0500
Subject: [PATCH] Close the noticebox div; possibly some poll-related things.

---
 web/root/pages/001-forum.ssjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/root/pages/001-forum.ssjs b/web/root/pages/001-forum.ssjs
index 326eb4c1d7..236f8b2043 100644
--- a/web/root/pages/001-forum.ssjs
+++ b/web/root/pages/001-forum.ssjs
@@ -19,7 +19,7 @@ var strings = {
 		get_poll_data : 'getPollData("%s", %s)',
 		close : '</script>'
 	},
-	notice_box : '<div id="noticebox" class="alert alert-warning">%s<script type="text/javascript">$("#noticebox").fadeOut(3000,function(){$("#noticebox").remove();});</script>',
+	notice_box : '<div id="noticebox" class="alert alert-warning">%s<script type="text/javascript">$("#noticebox").fadeOut(3000,function(){$("#noticebox").remove();});</script></div>',
 	group_list : {
 		breadcrumb : '<ol class="breadcrumb"><li><a href="./?page=%s">Forum</a></li></ol>',
 		container : {
-- 
GitLab