aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/yoga/admin/cat_modify.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl
index 3212d190e..ed8861d84 100644
--- a/template/yoga/admin/cat_modify.tpl
+++ b/template/yoga/admin/cat_modify.tpl
@@ -48,7 +48,7 @@
<tr>
<td><strong>{L_EDIT_COMMENT}</strong></td>
<td>
- <textarea name="comment" class="description">{CAT_COMMENT}</textarea>
+ <textarea cols="50" rows="5" name="comment" class="description">{CAT_COMMENT}</textarea>
</td>
</tr>
</table>