From f921a036ff55ff3a43ad2c93c8d8eb808fd54724 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Fri, 8 Feb 2013 13:45:32 +0100 Subject: [PATCH] aaa --- librarian/pyhtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.20.1