aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-02-10 11:57:26 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-02-10 11:57:26 +0000
commitcd06009d7c88202077406be7914d44c37c64e069 (patch)
treeae20d9c46ecfef9e73689700c335530f4bf61ef1 /share/skin/default
parenta5ca5d3ef1cdd5143a0aa144accca039185f1c74 (diff)
downloadreaction-cd06009d7c88202077406be7914d44c37c64e069.tar.gz
reaction-cd06009d7c88202077406be7914d44c37c64e069.zip
get rid of extraneous whitepsace in textaeras
Diffstat (limited to 'share/skin/default')
-rw-r--r--share/skin/default/layout/field/mutable/text.tt6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/skin/default/layout/field/mutable/text.tt b/share/skin/default/layout/field/mutable/text.tt
index c038280..b4038aa 100644
--- a/share/skin/default/layout/field/mutable/text.tt
+++ b/share/skin/default/layout/field/mutable/text.tt
@@ -2,8 +2,8 @@
=for layout field
-<textarea name="[% field_name %]" id="[% field_id %]">
- [% field_value %]
-</textarea>
+<textarea name="[% field_name %]" id="[% field_id %]">[%
+ field_value
+%]</textarea>
=cut