Move closing tag into the right position

This commit is contained in:
Wolvan 2022-01-06 15:36:03 +01:00
parent 069128b2d5
commit 2f8f36a7ca
2 changed files with 4 additions and 4 deletions

View file

@ -45,8 +45,8 @@
</label> </label>
<br> <br>
<input type="submit" name="submit" value="Create poll" id="submit-button"> <input type="submit" name="submit" value="Create poll" id="submit-button">
</form> </section>
</section> </form>
</section> </section>
</main> </main>
<footer> <footer>

View file

@ -45,8 +45,8 @@
<section class="poll-footer"> <section class="poll-footer">
<input type="submit" name="submit" value="Vote" id="submit-button"> <input type="submit" name="submit" value="Vote" id="submit-button">
<a href="/{{ POLL_ID }}/r"><button type="button">Results</button></a> <a href="/{{ POLL_ID }}/r"><button type="button">Results</button></a>
</form> </section>
</section> </form>
</section> </section>
</main> </main>
<footer> <footer>