mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
pkg_comment_form.php: Remove reference to "call" attribute
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
cde97a943c
commit
61043de89b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div id="generic-form" class="box">
|
<div id="generic-form" class="box">
|
||||||
<h2><?= __("Add Comment"); ?></h2>
|
<h2><?= __("Add Comment"); ?></h2>
|
||||||
<form call="general-form" action="<?= $_SERVER['REQUEST_URI'] ?>" method="post">
|
<form action="<?= $_SERVER['REQUEST_URI'] ?>" method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<?php
|
<?php
|
||||||
if (isset($_REQUEST['comment']) && check_token()) {
|
if (isset($_REQUEST['comment']) && check_token()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue