Bigger text area

main
Bob Mottram 2020-10-05 17:32:23 +01:00
parent 6dbf97e172
commit b27e47fb65
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ def htmlModerationInfo(translate: {}, baseDir: str, httpPrefix: str) -> str:
translate[msgStr1] translate[msgStr1]
infoForm += \ infoForm += \
' <textarea id="message" ' + \ ' <textarea id="message" ' + \
'name="blocked" style="height:400px">' + \ 'name="blocked" style="height:700px">' + \
blockedStr + '</textarea>' blockedStr + '</textarea>'
infoForm += '</div>' infoForm += '</div>'
infoShown = True infoShown = True