aboutsummaryrefslogtreecommitdiff
path: root/tmpl/edit
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/edit')
-rw-r--r--tmpl/edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/edit b/tmpl/edit
index 16b7846..683567c 100644
--- a/tmpl/edit
+++ b/tmpl/edit
@@ -1,7 +1,7 @@
{{define "title"}}Editing {{.Title}}{{end}}
{{define "content"}}
<form action="/save/{{.Title}}" method="POST">
-<textarea name="body" rows="20" cols="80">{{printf "%s" .Body}}</textarea>
+<textarea name="body" rows="25" cols="80">{{printf "%s" .Body}}</textarea>
<br>
<input type="submit" value="Save">
<input type="reset" value="Reset">