Extra line

master
Bob Mottram 2019-09-08 20:32:43 +01:00
parent c2c3b745f8
commit cc58c953d3
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ def insertQuestion(translate: {}, \
pageNumberStr='?page='+str(pageNumber)
content+='<div class="question">'
content+='<form method="POST" action="/users/'+nickname+'/question'+pageNumberStr+'">'
content+='<input type="hidden" name="messageId" value="'+postJsonObject['id']+'">'
content+='<input type="hidden" name="messageId" value="'+postJsonObject['id']+'"><br>'
for choice in postJsonObject['object']['oneOf']:
if not choice.get('type'):
continue