diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php index 346fb6a8..72ad3fa3 100644 --- a/web/template/pkg_comment_form.php +++ b/web/template/pkg_comment_form.php @@ -50,14 +50,14 @@ if (isset($_REQUEST['comment'])) { # Prompt visitor for comment ?>
-
' method='post'> + ' method='post'>
' . __('Comment has been added.') . ''; } ?> - +

" /> diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index 8e64e11a..aed9ca8b 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -39,7 +39,7 @@ while (list($indx, $carr) = each($comments)) { ?> $count = package_comments_count($_GET['ID']); if ($count > 10 && !isset($_GET['comments'])) { echo ''; } ?>