From 937cda9ccb5437ff956c04ef8cdb948f19c0d7a4 Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Mon, 21 May 2012 16:53:52 +0200 Subject: HTML/DOM fixes Signed-off-by: Lukas Fleischer --- web/template/pkg_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/pkg_comments.php') diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index ac6e1de..bd26a3e 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(isset($_GET['ID']) ? $_GET['ID'] : pkgid_from_name($_GET['N'])); if ($count > 10 && !isset($_GET['comments'])) { echo ''; } ?> -- cgit v1.2.3-54-g00ecf