fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
aaa
[librarian.git]
/
librarian
/
pyhtml.py
diff --git
a/librarian/pyhtml.py
b/librarian/pyhtml.py
index
ded327b
..
6aeada9
100644
(file)
--- a/
librarian/pyhtml.py
+++ b/
librarian/pyhtml.py
@@
-197,7
+197,7
@@
class EduModule(Xmill):
for f in formats[1:]:
fmt_links.append(u'<a href="%s">%s</a>' % (make_url(f), f.upper()))
for f in formats[1:]:
fmt_links.append(u'<a href="%s">%s</a>' % (make_url(f), f.upper()))
- return u"<a href='%s'>"
, u'</a> (%s)' % (def_href, u' '.join(fmt_links)
)
+ return u"<a href='%s'>"
% def_href, u'</a> (%s)' % u' '.join(fmt_links
)
class Exercise(EduModule):
class Exercise(EduModule):