diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-07 20:26:08 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-07 20:26:08 +0100 |
commit | 98446d4f4473c2c06515ea606cd6643b13092e0c (patch) | |
tree | d8f270edd513326da1c1f95eed28adbbc99ecd54 /template/en/default/list | |
parent | 2b574f4d63e4ada0db82ca5a56773b3acf771d78 (diff) | |
download | bugzilla-98446d4f4473c2c06515ea606cd6643b13092e0c.tar.gz bugzilla-98446d4f4473c2c06515ea606cd6643b13092e0c.tar.xz |
Bug 952796: Remove HTML attributes which are obsolete in HTML5
r/a=justdave
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index cc340d28b..9c6cb95cb 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -289,7 +289,7 @@ [% IF user.is_insider %] <input type="checkbox" name="comment_is_private" value="1" id="newcommentprivacy" - onClick="updateCommentTagControl(this, form)"/> + onClick="updateCommentTagControl(this, form)"> <label for="newcommentprivacy"> Make comment private (visible only to members of the <strong>[% Param('insidergroup') FILTER html %]</strong> group) |