mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Add newline character after every image description parsed
This commit is contained in:
parent
6e03578e86
commit
35599ee0ef
@ -40,7 +40,7 @@ def process_image_descriptions(media_attachments):
|
||||
image_descriptions.append(media.get("description"))
|
||||
idescriptions = ""
|
||||
for image in image_descriptions:
|
||||
idescriptions = idescriptions + _("Image description: {}").format(image) + " "
|
||||
idescriptions = idescriptions + _("Image description: {}").format(image) + "\n"
|
||||
return idescriptions
|
||||
|
||||
def remove_unneeded_variables(template, variables):
|
||||
|
Loading…
Reference in New Issue
Block a user