summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcgi/admindb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/admindb b/cgi/admindb
index 287575956..8fd7cbfa1 100755
--- a/cgi/admindb
+++ b/cgi/admindb
@@ -119,7 +119,7 @@ def PrintPostRequest(val, form):
htmlformat.Bold('If you reject this post, '
'why you chose to reject it '
'(optional):')),
- htmlformat.TextBox("comment-%d" % val[0], size=60)])
+ htmlformat.TextBox("comment-%d" % val[0], size=50)])
cur_row = t.GetCurrentRowIndex()
cur_col = t.GetCurrentCellIndex()