From 659cace81e123426b1204d7a1296747ae6afb43f Mon Sep 17 00:00:00 2001 From: Paul Mattal Date: Fri, 28 Sep 2007 22:15:47 -0400 Subject: Center the "Go back to search results" on the package detail page. --- web/lib/pkgfuncs.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/lib') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 91df5b7..e2217f6 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -33,8 +33,10 @@ function pkgsearch_results_link() { } } $url_data .= "'>"; + print "
"; print __("Go back to %hsearch results%h.", array($url_data, "")); + print "
"; print "\n
\n"; return; -- cgit v1.2.3-54-g00ecf