Bugfix: Adding same Tag twice to Caption
This commit is contained in:
parent
b9825a7077
commit
44fcbb6aa7
|
@ -106,10 +106,6 @@ class ImageCaption:
|
|||
caption += ", "
|
||||
caption += tag
|
||||
|
||||
if caption:
|
||||
caption += ", "
|
||||
caption += tag
|
||||
|
||||
return caption
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in New Issue