X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/73858688886ec363048373f7e8253a33497fe3cd..83cae63af4330912cdb2546c195af2919afd30ac:/src/librarian/elements/figures/ilustr.py diff --git a/src/librarian/elements/figures/ilustr.py b/src/librarian/elements/figures/ilustr.py index ee82b08..3c3026c 100644 --- a/src/librarian/elements/figures/ilustr.py +++ b/src/librarian/elements/figures/ilustr.py @@ -6,7 +6,7 @@ class Ilustr(WLElement): def get_html_attr(self, builder): return { - 'src': builder.image_location + self.attrib['src'], + 'src': builder.base_url + self.attrib['src'], 'alt': self.attrib['alt'], 'title': self.attrib['alt'], }