mirror of
				https://github.com/MCV-Software/TWBlue.git
				synced 2025-10-31 04:12:00 +00:00 
			
		
		
		
	Add newline character after every image description parsed
This commit is contained in:
		| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user