From 262215dc31c21cb125df78e351656e1dade4472b Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Mon, 12 Jul 2010 12:41:55 -0500 Subject: 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] --- template/en/default/global/textarea.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/textarea.html.tmpl') diff --git a/template/en/default/global/textarea.html.tmpl b/template/en/default/global/textarea.html.tmpl index 1d8cacafb..65dd93bdc 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 %]" -- cgit v1.2.3-24-g4f1b