Bug 1071276: Markdown comment checkbox value is not passed through properly when a mid air collision has occurred and user chooses to submit comment

r=dkl a=sgreen


git-svn-id: svn://10.0.0.236/trunk@265598 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org
2014-10-05 16:45:46 +00:00
parent 781083e4d1
commit 32e843f761
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
9158
9159

View File

@@ -1 +1 @@
d33c399b231a1d47a3fb94a770256369dbb32e6a
553568ddf8d9c6282daf779bb83dec7111ed4ff0

View File

@@ -76,6 +76,7 @@ You have the following choices:
<input type="hidden" name="id" value="[% cgi.param("id") FILTER html %]">
<input type="hidden" name="delta_ts" value="[% bug.delta_ts FILTER html %]">
<input type="hidden" name="comment" value="[% cgi.param("comment") FILTER html %]">
<input type="hidden" name="use_markdown" value="[% cgi.param("use_markdown") FILTER html %]">
<input type="hidden" name="comment_is_private"
value="[% cgi.param("comment_is_private") FILTER html %]">
<input type="hidden" name="token" value="[% cgi.param("token") FILTER html %]">