diff options
Diffstat (limited to 'admin/template/goto/cat_modify.tpl')
-rw-r--r-- | admin/template/goto/cat_modify.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl index 27b6be457..820e21397 100644 --- a/admin/template/goto/cat_modify.tpl +++ b/admin/template/goto/cat_modify.tpl @@ -45,7 +45,7 @@ <tr> <td><strong>{'Description'|@translate}</strong></td> <td> - <textarea cols="50" rows="5" name="comment" class="description">{$CAT_COMMENT}</textarea> + <textarea cols="50" rows="5" name="comment" id="comment" class="description">{$CAT_COMMENT}</textarea> </td> </tr> </table> @@ -213,7 +213,7 @@ <tr> <td><strong>{'mail_content'|@translate}</strong></td> <td> - <textarea cols="50" rows="5" name="mail_content" class="description">{$MAIL_CONTENT}</textarea> + <textarea cols="50" rows="5" name="mail_content" id="mail_content" class="description">{$MAIL_CONTENT}</textarea> </td> </tr> |