mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 04:58:00 +01:00
Remove unecessary replacement anchor
This commit is contained in:
parent
76b8d0bbc5
commit
069128b2d5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
<section class="notepad">
|
<section class="notepad">
|
||||||
<div class="notepad-border"></div>
|
<div class="notepad-border"></div>
|
||||||
<form action="{{ BACKEND_BASE_PATH }}/_backend/vote-form/{{ POLL_ID }}" method="POST">
|
<form action="{{ BACKEND_BASE_PATH }}/_backend/vote-form/{{ POLL_ID }}" method="POST">
|
||||||
<section class="poll-title" {{ TITLE_FONT_SIZE_STYLE }}>
|
<section class="poll-title">
|
||||||
{{ POLL_TITLE }}
|
{{ POLL_TITLE }}
|
||||||
</section>
|
</section>
|
||||||
<section id="poll-options" class="poll-options">
|
<section id="poll-options" class="poll-options">
|
||||||
|
|
Loading…
Reference in a new issue