summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index f5880a811..6e97d9b1e 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -51,10 +51,10 @@
[% IF mode == "edit" && isinsider %]
<i>
- <input type=hidden name="oisprivate-[% count %]"
+ <input type="hidden" name="oisprivate-[% count %]"
value="[% comment.isprivate %]">
- <input type=hidden name="when-[% count %]" value="[% comment.when %]">
- <input type=checkbox name="isprivate-[% count %]" value="1"
+ <input type="hidden" name="when-[% count %]" value="[% comment.when %]">
+ <input type="checkbox" name="isprivate-[% count %]" value="1"
[% " checked=\"checked\"" IF comment.isprivate %]> Private
</i>
[% END %]