]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
HTML-quote reporter's name. Patch by myk; r=gerv, justdave.
authorgerv%gerv.net <>
Sat, 25 May 2002 15:52:02 +0000 (15:52 +0000)
committergerv%gerv.net <>
Sat, 25 May 2002 15:52:02 +0000 (15:52 +0000)
bug_form.pl

index 4ffb82f757d5588db56ca1f66b30517dd0b86e91..016dac92fedf097ad9cc49597b1ba4a7a4c95001 100644 (file)
@@ -202,7 +202,7 @@ print "
     <TD ALIGN=RIGHT><B><A HREF=\"bug_status.html#rep_platform\">Platform:</A></B></TD>
     <TD><SELECT NAME=rep_platform>$platform_popup</SELECT></TD>
   <TD>&nbsp;</TD>
-    <TD ALIGN=RIGHT><B>Reporter:</B></TD><TD>$bug{'reporter'}</TD>
+    <TD ALIGN=RIGHT><B>Reporter:</B></TD><TD>" . html_quote($bug{'reporter'}) . "</TD>
 </TR><TR>
     <TD ALIGN=RIGHT><B>Product:</B></TD>
     <TD>$product_popup</TD>