summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_comment_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/pkg_comment_form.php')
-rw-r--r--web/template/pkg_comment_form.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php
index 16a92b1..7c16eb7 100644
--- a/web/template/pkg_comment_form.php
+++ b/web/template/pkg_comment_form.php
@@ -1,5 +1,3 @@
-<div id="generic-form" class="box">
- <h2><?= (isset($comment_id)) ? __('Edit comment for: %s', htmlspecialchars($pkgbase_name)) : __("Add Comment"); ?></h2>
<form action="<?= get_pkgbase_uri($pkgbase_name) ?>" method="post">
<fieldset>
<?php
@@ -23,5 +21,3 @@ if (isset($_REQUEST['comment']) && check_token()) {
</p>
</fieldset>
</form>
-</div>
-