[aur-dev] [PATCH 2/6] pkg_comment_form.php: Remove reference to "call" attribute

canyonknight canyonknight at gmail.com
Thu Oct 18 17:12:25 EDT 2012


Signed-off-by: canyonknight <canyonknight at gmail.com>
---
 web/template/pkg_comment_form.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()) {
-- 
1.7.12.3



More information about the aur-dev mailing list