From da9d2b9e0db7a3c65a1a1945e82e724d04d7d631 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Wed, 3 Oct 2007 02:43:19 -0400 Subject: Make "Out of Date" pkgs more NOTICABLE. Includes a translation change. Why oh why would one conceive to put HTML markup into the translation? Signed-off-by: Loui Chang --- web/lib/pkgfuncs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/lib') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index c5e1719c..eaced29b 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -1121,7 +1121,7 @@ function pkg_search_page($SID="") { if ($SID) { print " "; if ($row["OutOfDate"]) { - print ""; + $c = "outofdate"; } print ""; # if ($i == 0) { @@ -1238,7 +1238,7 @@ function pkg_search_page($SID="") { print " "; print " \n"; if ($SID) { - print " ".__("O%hut-of-Date", array(''))."    "; + print ' '.__("Out of Date").' '."    "; } print ' '.__("Safe")."\n"; print " \n"; -- cgit v1.2.3-24-g4f1b