diff options
Diffstat (limited to 'template/edit-list.html')
-rw-r--r-- | template/edit-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/edit-list.html b/template/edit-list.html index 357390e..6eeae7c 100644 --- a/template/edit-list.html +++ b/template/edit-list.html @@ -54,7 +54,7 @@ <hr/> <h4 class="label" id="description">Description</h4> - <textarea name="description" cols="50" rows="3" ><TMPL_VAR NAME=description></textarea> + <textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea> <div class="help"> An optional description. (HTML tags are allowed.) </div> |