mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 15:24:46 -04:00
Tweak poll wording
This commit is contained in:
parent
8499cfeaad
commit
578a4f9b34
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ catch(Exceptions\PollVoteExistsException $ex){
|
|||
<form method="post" action="<?= Formatter::ToPlainText($poll->Url) ?>/votes">
|
||||
<input type="hidden" name="email" value="<? if($vote->User !== null){ ?><?= Formatter::ToPlainText($vote->User->Email) ?><? } ?>" maxlength="80" required="required" />
|
||||
<fieldset>
|
||||
<p>Select one of these options</p>
|
||||
<p>Select one of these options.</p>
|
||||
<ul>
|
||||
<? foreach($poll->PollItems as $pollItem){ ?>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue