Page number

master
Bob Mottram 2019-09-06 17:52:17 +01:00
parent a99c1462b9
commit ea20ba6583
1 changed files with 1 additions and 1 deletions

View File

@ -1742,7 +1742,7 @@ def individualPostAsHtml(pageNumber: int,baseDir: str, \
contentStr+='<div class="cwText" id="'+postID+'">'
contentStr+=postJsonObject['object']['content']+attachmentStr
contentStr=addEmbeddedElements(contentStr)
contentStr=insertQuestion(nickname,contentStr,postJsonObject)
contentStr=insertQuestion(nickname,contentStr,postJsonObject,pageNumber)
contentStr+='</div>'
if postJsonObject['object'].get('tag'):