Bugfix: Adding same Tag twice to Caption

This commit is contained in:
Jan Gerritsen 2023-01-24 16:02:12 +01:00
parent b9825a7077
commit 44fcbb6aa7
1 changed files with 1 additions and 5 deletions

View File

@ -106,10 +106,6 @@ class ImageCaption:
caption += ", "
caption += tag
if caption:
caption += ", "
caption += tag
return caption
@staticmethod