summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-10-12 04:07:00 +0200
committerjake%acutex.net <>2001-10-12 04:07:00 +0200
commitb6c823039a872aaf285d9d85ac5316135b8443c0 (patch)
tree2c19f80745bc9bc561886f14804638b0811ff784 /CGI.pl
parent7279d56bac905f63a3091caeeb40299897340c44 (diff)
downloadbugzilla-b6c823039a872aaf285d9d85ac5316135b8443c0.tar.gz
bugzilla-b6c823039a872aaf285d9d85ac5316135b8443c0.tar.xz
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
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 .=