mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
Move closing tag into the right position
This commit is contained in:
parent
069128b2d5
commit
2f8f36a7ca
2 changed files with 4 additions and 4 deletions
|
@ -45,8 +45,8 @@
|
|||
</label>
|
||||
<br>
|
||||
<input type="submit" name="submit" value="Create poll" id="submit-button">
|
||||
</form>
|
||||
</section>
|
||||
</section>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
<section class="poll-footer">
|
||||
<input type="submit" name="submit" value="Vote" id="submit-button">
|
||||
<a href="/{{ POLL_ID }}/r"><button type="button">Results</button></a>
|
||||
</form>
|
||||
</section>
|
||||
</section>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
|
|
Loading…
Reference in a new issue