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

Fix for bug 104117 - The editkeywords.cgi link was broken as a result of the fix for bug 103554.

Patch by Christian Reis <kiko@async.com.br> r= jake@acutex.net
parent 7279d56b
......@@ -1368,7 +1368,7 @@ Edit <a href="userprefs.cgi">prefs</a>
$html .= ", <a href=\"editgroups.cgi\">groups</a>\n";
}
if (UserInGroup("editkeywords")) {
$html .= ", <a href=\"editkeywords\".cgi>keywords</a>\n";
$html .= ", <a href=\"editkeywords.cgi\">keywords</a>\n";
}
if (UserInGroup("tweakparams")) {
$html .= "| <a href=\"sanitycheck.cgi\">Sanity&nbsp;check</a> |\n";
......@@ -1403,7 +1403,7 @@ Edit <a href="userprefs.cgi">prefs</a>
}
$html .= "</TD></TR>\n";
} else {
$html .= "</TD><TD>&nbsp;</TD><TD valign=\"middle\" align=\"right\">\n";
$html .= "</TD><TD>&nbsp;</TD><TD valign=\"middle\" align=\"right\">\n";
$html .=
" <a href=\"createaccount.cgi\">New&nbsp;account</a>\n";
$html .=
......
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