From: Dave Lawrence Date: Fri, 10 May 2013 14:59:39 +0000 (-0400) Subject: Bug 850135 - hide the textarea custom fields by default with an (edit) link X-Git-Tag: bugzilla-4.5.1~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb467e63a340d8106a312013fb8140ce025cb21;p=thirdparty%2Fbugzilla.git Bug 850135 - hide the textarea custom fields by default with an (edit) link - Removal of div around pre as suggested by reviewer --- diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index c086a04f7e..0ef19c1c43 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -147,9 +147,7 @@ (edit) [% IF value %] -
-
[% value FILTER html %]
-
+
[% value FILTER html %]
[% END %]