Skip to content

Commit

Permalink
Merge pull request #132 from nicefish-64bit/new-poll-fix
Browse files Browse the repository at this point in the history
Fix the "New Poll" page
  • Loading branch information
itsrachelfish authored Feb 14, 2022
2 parents d8756f6 + 4920679 commit 08564ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forum/Themes/default/Post.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function generateDays()
if ($context['make_poll'])
{
echo '
<div id="edit_poll">
<div id="edit_poll" class="clear_left">
<fieldset id="poll_main">
<legend><span ', (isset($context['poll_error']['no_question']) ? ' class="error"' : ''), '>', $txt['poll_question'], '</span></legend>
<input type="text" name="question" value="', isset($context['question']) ? $context['question'] : '', '" tabindex="', $context['tabindex']++, '" size="80" class="input_text" />
Expand Down Expand Up @@ -1126,4 +1126,4 @@ function doAutoSubmit()
// ]]></script>';
}

?>
?>

0 comments on commit 08564ef

Please sign in to comment.