diff options
author | canyonknight <canyonknight@gmail.com> | 2012-10-18 23:12:25 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-10-20 18:47:00 +0200 |
commit | 61043de89bfcd15d056020ad863aaa74094c6919 (patch) | |
tree | fa42e438d89a534d949fb2ce496929f40db0f096 | |
parent | cde97a943c68448e216134bbf3024f31535b9e3b (diff) | |
download | aur-61043de89bfcd15d056020ad863aaa74094c6919.tar.gz aur-61043de89bfcd15d056020ad863aaa74094c6919.tar.xz |
pkg_comment_form.php: Remove reference to "call" attribute
Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | web/template/pkg_comment_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php index 903173d2..da871ece 100644 --- a/web/template/pkg_comment_form.php +++ b/web/template/pkg_comment_form.php @@ -1,6 +1,6 @@ <div id="generic-form" class="box"> <h2><?= __("Add Comment"); ?></h2> - <form call="general-form" action="<?= $_SERVER['REQUEST_URI'] ?>" method="post"> + <form action="<?= $_SERVER['REQUEST_URI'] ?>" method="post"> <fieldset> <?php if (isset($_REQUEST['comment']) && check_token()) { |