summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/field.html.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
index 58fc4c30f..e84327307 100644
--- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
@@ -102,9 +102,7 @@ END;
[% IF hide_on_view %] style="display:none"[% END %]
>
[% IF label.defined && !no_label %]
- <div class="name
- [%~ " edit-show" IF hide_on_view %]"
- [% IF hide_on_view %] style="display:none"[% END %]>
+ <div class="name">
[%~ IF help.defined %]
<a href="[% help FILTER none %]" id="[% name FILTER html %]-help-link" class="help">
[% aria_labelledby_id = "${name}-help-link" %]