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