summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index 1ee02e2d6..4b85caec6 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -936,7 +936,7 @@ sub GetCommandMenu {
"WHERE userid = $userid AND linkinfooter");
while (MoreSQLData()) {
my ($name, $query) = (FetchSQLData());
- $html .= qq{ | <A HREF="buglist.cgi?$query"><NOBR>$name</A>};
+ $html .= qq{ | <A HREF="buglist.cgi?$query"><NOBR>$name</NOBR></A>};
}
$html .= " | <NOBR>Edit <a href='userprefs.cgi'>prefs</a></NOBR>";
if (UserInGroup("tweakparams")) {