]> 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:43:06 +0000 (12:43 -0500)
committerReed Loden <reed@reedloden.com>
Mon, 12 Jul 2010 17:43:06 +0000 (12:43 -0500)
[r=LpSolit a=LpSolit]

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

index b762f1c4f2a38113e44dadec6bf61c6e07e61c21..d20422e988a023b50cc3317ddbc934c5555b09e1 100644 (file)
@@ -37,7 +37,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 %]"