Commit 553568dd authored by Koosha's avatar Koosha Committed by Frédéric Buclin

Bug 1071276: Markdown comment checkbox value is not passed through properly when…

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
parent d33c399b
......@@ -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 %]">
......
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