From da8293db8998be37fe13d0c9229b7aab1c1b4e6f Mon Sep 17 00:00:00 2001 From: jchu Date: Wed, 15 Dec 2004 03:33:41 +0000 Subject: removed those crazy -'s between the name and version --- web/lib/pkgfuncs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index df1da05..450a352 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -225,7 +225,7 @@ function package_details($id=0) { print "\n"; print "\n"; print " \n"; + print $row["Name"] . " " . $row["Version"]."\n"; print "\n"; print "\n"; print " \n"; print " \n"; -- cgit v1.2.3-54-g00ecf
"; - print $row["Name"] . "-" . $row["Version"]."
"; @@ -654,7 +654,7 @@ function pkg_search_page($SID="") { } reset($pkgsearch_vars); $url.= "'>".$row["Name"]; - $url.= "-".$row["Version"].""; + $url.= " ".$row["Version"].""; print $url.""; print "   ".$row["NumVotes"]."