diff options
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/linkify.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/pages/linkify.html.tmpl b/template/en/default/pages/linkify.html.tmpl index 896f7d41f..9ad92a0d0 100644 --- a/template/en/default/pages/linkify.html.tmpl +++ b/template/en/default/pages/linkify.html.tmpl @@ -30,7 +30,11 @@ </p> <form action="page.cgi" method="post"> - <textarea cols="80" rows="20" name="text"></textarea> + [% INCLUDE global/textarea.html.tmpl + name = 'text' + minrows = 20 + cols = 80 + %] <br> <input type="hidden" name="id" value="linked.html"> <input value="Linkify" type="submit"> |