fix another typo on figcaption

This commit is contained in:
Fabio Pliger
2024-02-27 17:08:45 -06:00
parent 7e0689424f
commit a4272c7643

View File

@@ -407,7 +407,7 @@ class figcaption(TextElementBase):
# code tags only have the global attributes ones
_add_js_properties(figcation)
_add_js_properties(figcaption)
class figure(TextElementBase):