From: Reed Loden Date: Mon, 12 Jul 2010 17:42:35 +0000 (-0500) Subject: Bug 577881 - Add missing space before 'class' parameter in global/textarea.html.tmpl... X-Git-Tag: bugzilla-3.7.3~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eaadd518dfe75c4209d04152d1efb9d6f90e376;p=thirdparty%2Fbugzilla.git Bug 577881 - Add missing space before 'class' parameter in global/textarea.html.tmpl so class and previous parameters don't run into each other. [r=LpSolit a=LpSolit] --- diff --git a/template/en/default/global/textarea.html.tmpl b/template/en/default/global/textarea.html.tmpl index 1d8cacafbd..65dd93bdc4 100644 --- a/template/en/default/global/textarea.html.tmpl +++ b/template/en/default/global/textarea.html.tmpl @@ -39,7 +39,7 @@ [% IF id %] id="[% id FILTER html %]"[% END %] [% IF accesskey %] accesskey="[% accesskey FILTER html %]"[% END %] [% IF style %] style="[% style FILTER html %]"[% END %] - [% IF classes %]class="[% classes FILTER html %]"[% END %] + [% IF classes %] class="[% classes FILTER html %]"[% END %] [% IF wrap %] wrap="[% wrap FILTER html %]"[% END %] [% IF defaultrows && user.settings.zoom_textareas.value == 'off' %] rows="[% defaultrows FILTER html %]"