diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-08 07:54:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-08 07:54:40 +0000 |
| commit | fb8a9453587cf93da52598e0d57a952ccfdb441e (patch) | |
| tree | 9935f77d5fe12ccee2afe780a22abc53179ca469 /templates | |
| parent | c042d99d2934db4e984865b67a740e84c1073307 (diff) | |
| download | newsletters-fb8a9453587cf93da52598e0d57a952ccfdb441e.tar.gz newsletters-fb8a9453587cf93da52598e0d57a952ccfdb441e.tar.bz2 newsletters-fb8a9453587cf93da52598e0d57a952ccfdb441e.zip | |
get spellchecker working for all textareas that should use it
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_edition.tpl | 2 |
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} |
