From: Radek Czajka Date: Thu, 7 Feb 2013 13:07:05 +0000 (+0100) Subject: fix X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/b78837615c4598c3da8355073f5a0efe9951f86a fix --- diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py index c039ab8..7d70366 100644 --- a/librarian/pyhtml.py +++ b/librarian/pyhtml.py @@ -179,7 +179,7 @@ class EduModule(Xmill): def handle_link(self, element): if 'url' in element.attrib: - return tag('a', href=element.attrib['url'])(element) + return tag('a', href=element.attrib['url'])(self, element) elif 'material' in element.attrib: formats = re.split(r"[, ]+", element.attrib['format']) fmt_links = []