From 492067927381e7abf3d84548ec32a965506596e6 Mon Sep 17 00:00:00 2001 From: nicefish Date: Fri, 11 Feb 2022 13:10:02 -0800 Subject: [PATCH] Fix the "New Poll" page You can now add a post and a poll at the same time. --- forum/Themes/default/Post.template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forum/Themes/default/Post.template.php b/forum/Themes/default/Post.template.php index fd59b5e..69a71a3 100644 --- a/forum/Themes/default/Post.template.php +++ b/forum/Themes/default/Post.template.php @@ -310,7 +310,7 @@ function generateDays() if ($context['make_poll']) { echo ' -
+
', $txt['poll_question'], ' @@ -1126,4 +1126,4 @@ function doAutoSubmit() // ]]>'; } -?> \ No newline at end of file +?>