Remove unwanted code

This commit is contained in:
PCoder 2022-07-28 20:36:01 +05:30
parent bdff34cf2b
commit 6818359e1a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class OriginalImageFormat(Format):
default_html = super().image_to_html(image, alt_text, extra_attributes)
return format_html("{}<figcaption>{}</figcaption>", default_html, alt_text)
return format_html("{}", default_html, alt_text)
register_image_format(