summaryrefslogtreecommitdiff
path: root/templates/edit_edition.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_edition.tpl')
-rw-r--r--templates/edit_edition.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_edition.tpl b/templates/edit_edition.tpl
index a7244de..4d82062 100644
--- a/templates/edit_edition.tpl
+++ b/templates/edit_edition.tpl
@@ -72,7 +72,7 @@
<div class="row">
{formlabel label="Body" for="body"}
{forminput}
- <textarea id="{$textarea_id}" name="edit" rows="{$rows|default:20}" cols="{$cols|default:50}">{$pageInfo.data|escape:html}</textarea>
+ <textarea {spellchecker} id="{$textarea_id}" name="edit" rows="{$rows|default:20}" cols="{$cols|default:50}">{$pageInfo.data|escape:html}</textarea>
{/forminput}
</div>
{/legend}