aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/textarea.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/textarea.html.tmpl b/template/en/default/global/textarea.html.tmpl
index c158615bd..84aacf2ee 100644
--- a/template/en/default/global/textarea.html.tmpl
+++ b/template/en/default/global/textarea.html.tmpl
@@ -53,4 +53,7 @@
[% END %]
[% IF mandatory %]
aria-required="true"
+ [% END %]
+ [% IF onchange %]
+ onchange="[% onchange FILTER html %]"
[% END %]>[% defaultcontent FILTER html %]</textarea>