X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d04e61819290fc8d6d71b1932c55a774014c1f05..6641219fd962fc1791fa8d94dec26db4c3546931:/src/librarian/elements/figures/ilustr.py diff --git a/src/librarian/elements/figures/ilustr.py b/src/librarian/elements/figures/ilustr.py index 143132e..ee82b08 100644 --- a/src/librarian/elements/figures/ilustr.py +++ b/src/librarian/elements/figures/ilustr.py @@ -7,6 +7,6 @@ class Ilustr(WLElement): def get_html_attr(self, builder): return { 'src': builder.image_location + self.attrib['src'], - 'alt': self.attr['alt'], - 'title': self.attr['alt'], + 'alt': self.attrib['alt'], + 'title': self.attrib['alt'], }