diff options
Diffstat (limited to 'template/default/admin/picture_modify.tpl')
-rw-r--r-- | template/default/admin/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/picture_modify.tpl b/template/default/admin/picture_modify.tpl index d59c69f59..90a5b7751 100644 --- a/template/default/admin/picture_modify.tpl +++ b/template/default/admin/picture_modify.tpl @@ -104,7 +104,7 @@ <tr> <td><strong>{lang:Description}</strong></td> - <td><textarea name="description" rows="5" cols="50" style="overflow:auto">{DESCRIPTION}</textarea></td> + <td><textarea name="description" class="description">{DESCRIPTION}</textarea></td> </tr> </table> |