diff options
Diffstat (limited to 'admin/themes/default/template/cat_modify.tpl')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 2047de0cf..e953ea322 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -60,7 +60,7 @@ <p> <strong>{'Name'|@translate}</strong> <br> - <input type="text" class="large" name="name" value="{$CAT_NAME}" maxlength="60"> + <input type="text" class="large" name="name" value="{$CAT_NAME}" maxlength="255"> </p> <p> |