summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2012-10-18 17:12:25 -0400
committerLukas Fleischer <archlinux@cryptocrack.de>2012-10-20 18:47:00 +0200
commit61043de89bfcd15d056020ad863aaa74094c6919 (patch)
treefa42e438d89a534d949fb2ce496929f40db0f096
parentcde97a943c68448e216134bbf3024f31535b9e3b (diff)
downloadaurweb-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php
index 903173d..da871ec 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()) {