summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CGI.pl b/CGI.pl
index 6bc7195b8..e51240e0b 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -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 .=