From a350cba23db498f94ecdbcfd0e5d7518aef00430 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Sat, 27 Oct 2001 01:49:33 +0000 Subject: [PATCH] Bug 105879 - Footer links have an extra | by Sanity Check Patch by Matthew Tuck r= dkl@redhat.com, jake@acutex.net --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGI.pl b/CGI.pl index ff47d66797..793e2eb071 100644 --- a/CGI.pl +++ b/CGI.pl @@ -1317,7 +1317,7 @@ Edit prefs $html .= ", keywords\n"; } if (UserInGroup("tweakparams")) { - $html .= "| Sanity check |\n"; + $html .= "| Sanity check\n"; } $html .= qq{ -- 2.47.3