Commit a350cba2 authored by jake%acutex.net's avatar jake%acutex.net

Bug 105879 - Footer links have an extra | by Sanity Check

Patch by Matthew Tuck <matty@chariot.net.au> r= dkl@redhat.com, jake@acutex.net
parent 83dd5d76
......@@ -1317,7 +1317,7 @@ Edit <a href="userprefs.cgi">prefs</a>
$html .= ", <a href=\"editkeywords.cgi\">keywords</a>\n";
}
if (UserInGroup("tweakparams")) {
$html .= "| <a href=\"sanitycheck.cgi\">Sanity&nbsp;check</a> |\n";
$html .= "| <a href=\"sanitycheck.cgi\">Sanity&nbsp;check</a>\n";
}
$html .= qq{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment