From 9de84d2fd5921e41fe5ae167981421a2dad016fe Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 18 Jul 2012 07:31:57 +0200 Subject: pkg_comments.php: Fix comment deletion links * Add a missing quote to the "alt" attribute. Regression introduced in d8b2eb4b628e8927b0bed1b254c996520de95b83. * Retrieve and store the package name before overwriting the "$row" variable. Signed-off-by: Lukas Fleischer --- web/template/pkg_comments.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/template/pkg_comments.php') diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index 0f7d80c..46c1ef3 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -1,6 +1,7 @@

@@ -14,12 +15,12 @@ $count = package_comments_count($row['ID']); endif; ?>

-
+
- +
-- cgit v1.2.3-54-g00ecf