X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/691f252c79b3feec1902d1c8cec03745fe4c89d6..f921a036ff55ff3a43ad2c93c8d8eb808fd54724:/librarian/pyhtml.py
diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py
index ded327b..6aeada9 100644
--- a/librarian/pyhtml.py
+++ b/librarian/pyhtml.py
@@ -197,7 +197,7 @@ class EduModule(Xmill):
for f in formats[1:]:
fmt_links.append(u'%s' % (make_url(f), f.upper()))
- return u"", u' (%s)' % (def_href, u' '.join(fmt_links))
+ return u"" % def_href, u' (%s)' % u' '.join(fmt_links)
class Exercise(EduModule):