main
Bob Mottram 2021-11-03 17:02:46 +00:00
parent 023300c0c5
commit 76daecd095
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
for currPostType in newPostEndpoints:
pathBase = pathBase.replace('/' + currPostType, '')
newPostImageSection = ' <div class="container">'
newPostImageSection = ' <div class="container">\n'
newPostImageSection += \
editTextField(translate['Image description'], 'imageDescription', '')