]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 577881 - Add missing space before 'class' parameter in global/textarea.html.tmpl...
authorReed Loden <reed@reedloden.com>
Mon, 12 Jul 2010 17:42:35 +0000 (12:42 -0500)
committerReed Loden <reed@reedloden.com>
Mon, 12 Jul 2010 17:42:35 +0000 (12:42 -0500)
[r=LpSolit a=LpSolit]

template/en/default/global/textarea.html.tmpl

index 1d8cacafbdc98871060ff3249fe810f793c84a59..65dd93bdc4aaa913ebfdf2b62db01bf40f82bcef 100644 (file)
@@ -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 %]"