mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkg_comment_form.php: Remove redundant label for the comment box
Comment box already uses <h2> tag. Additional label is not needed. Also remove label for form submit button. Reported-by: Dave Reisner <d@falconindy.com> Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
aef6fdfe17
commit
350c9a9579
1 changed files with 0 additions and 2 deletions
|
@ -12,11 +12,9 @@ if (isset($_REQUEST['comment']) && check_token()) {
|
|||
<input type="hidden" name="token" value="<?= htmlspecialchars($_COOKIE['AURSID']) ?>" />
|
||||
</div>
|
||||
<p>
|
||||
<label for="id_comment"><?= __("Comment") . ':' ?></label>
|
||||
<textarea id="id_comment" name="comment" cols="80" rows="10"></textarea>
|
||||
</p>
|
||||
<p>
|
||||
<label></label>
|
||||
<input type="submit" value="<?= __("Add Comment") ?>" />
|
||||
</p>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Reference in a new issue