diff options
author | David Lawrence <dkl@mozilla.com> | 2014-11-04 21:46:41 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-11-04 21:46:41 +0000 |
commit | f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f (patch) | |
tree | b95c7e398739df2b8447d93a32a1b10f2c9fc2e7 /template/en/default/bug/process | |
parent | fc62fd4082c76068c2062f4e50b88c0908db2be2 (diff) | |
download | bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.tar bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.tar.gz bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.tar.bz2 bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.tar.xz bugs-f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f.zip |
Revert Bug 330707 - Add optional support for MarkDown
Diffstat (limited to 'template/en/default/bug/process')
-rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index f89590df2..17025fee7 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -76,7 +76,6 @@ 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 %]"> |