From 3af92dafb7c81909a82e0132dc805ca87ee9efb3 Mon Sep 17 00:00:00 2001 From: swiergot Date: Mon, 21 Aug 2006 19:33:49 +0000 Subject: Fixed #3426 (hopefully). --- web/lib/pkgfuncs.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/lib/pkgfuncs.inc') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index e57ceba9..046782be 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -965,19 +965,19 @@ function pkg_search_page($SID="") { } print " "; - print "".__("Location").""; + print "".__("Location").""; print "\n"; print " "; - print "".__("Category").""; + print "".__("Category").""; print "\n"; print " "; - print "".__("Name").""; + print "".__("Name").""; print "\n"; print " "; - print "".__("Votes").""; + print "".__("Votes").""; print "\n"; if ($SID) { print " "; - print "".__("Maintainer").""; + print "".__("Maintainer").""; print "\n"; # REMOVED LINK TO 'pkgmgmnt.php' # if ($SID) { -- cgit v1.2.3-24-g4f1b