diff options
author | reed%reedloden.com <> | 2006-12-27 10:17:05 +0100 |
---|---|---|
committer | reed%reedloden.com <> | 2006-12-27 10:17:05 +0100 |
commit | 466c52b665db8840baab7c8ca2fc323cc0e2431c (patch) | |
tree | 22bfa66f25256e9e5706e18db6db5bdb06068c25 /template/en/default | |
parent | e3aed7515a6e413a9c9152493a2c98af7b94c671 (diff) | |
download | bugzilla-466c52b665db8840baab7c8ca2fc323cc0e2431c.tar.gz bugzilla-466c52b665db8840baab7c8ca2fc323cc0e2431c.tar.xz |
Bug 364950 - ""Enter Bug" page does not validate due to <input> in <table>" [p=reed r=bkor a=justdave]
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 3d6d3e314..ac9e523a9 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -439,8 +439,6 @@ function handleWantsAttachment(wants_attachment) { </label> </td> </tr> - [% ELSE %] - <input type="hidden" name="commentprivacy" value="0"> [% END %] <tr> |