From 173ed3ac9cf5cc0c97fde0d38edcfd2372c0c3d1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 26 Nov 2019 12:20:23 +0000 Subject: [PATCH] Question entry box is not so tall --- webinterface.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 3bbc068b1..d40c60179 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1084,7 +1084,10 @@ def htmlNewPost(translate: {},baseDir: str, \ newPostForm+=replyStr newPostForm+=' ' newPostForm+='' - newPostForm+=' ' + if endpoint!='newquestion': + newPostForm+=' ' + else: + newPostForm+=' ' newPostForm+=extraFields+dateAndLocation newPostForm+='
' newPostForm+=' '