Commit e3b268ae authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 38463: show_bug.cgi: colon in "keywords:" not part of link

parent 89934374
......@@ -297,7 +297,7 @@ if (@::legal_keywords) {
my $value = value_quote(join(', ', @list));
print qq{
<TR>
<TD ALIGN=right><B><A HREF="describekeywords.cgi">Keywords</A>:</B>
<TD ALIGN=right><B><A HREF="describekeywords.cgi">Keywords:</A></B>
<TD COLSPAN=7><INPUT NAME="keywords" VALUE="$value" SIZE=60></TD>
</TR>
};
......
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