summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/textarea.html.tmpl
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2010-07-12 19:41:55 +0200
committerReed Loden <reed@reedloden.com>2010-07-12 19:41:55 +0200
commit262215dc31c21cb125df78e351656e1dade4472b (patch)
tree971589851f2241d50ac78560aff255d8ee97807b /template/en/default/global/textarea.html.tmpl
parent2c23efe53fe3d4f7778a5549a8757f90340490e0 (diff)
downloadbugzilla-262215dc31c21cb125df78e351656e1dade4472b.tar.gz
bugzilla-262215dc31c21cb125df78e351656e1dade4472b.tar.xz
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]
Diffstat (limited to 'template/en/default/global/textarea.html.tmpl')
-rw-r--r--template/en/default/global/textarea.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %]"