mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: remove the extra spaces in requests textarea
fixes: #503 Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
85af7d6f04
commit
77e4979f79
1 changed files with 1 additions and 3 deletions
|
@ -65,9 +65,7 @@
|
|||
<label for="id_comments">{{ "Comments" | tr }}:</label>
|
||||
<textarea id="id_comments" name="comments"
|
||||
rows="5" cols="50"
|
||||
maxlength="{{ max_chars_comment }}"
|
||||
>{{ comments or '' }}
|
||||
</textarea>
|
||||
maxlength="{{ max_chars_comment }}">{{ comments or '' }}</textarea>
|
||||
</p>
|
||||
|
||||
<p id="deletion_hint">
|
||||
|
|
Loading…
Add table
Reference in a new issue