Commit 72e109eb authored by dave%intrec.com's avatar dave%intrec.com

Fix for bug 51508: Unclosed <NOBR> around named queries in command menu.

Patch by john.beranek@pace.co.uk (John Beranek)
parent 7732262b
......@@ -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")) {
......
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