change default arg to 'inline'

This commit is contained in:
shirou
2013-02-10 01:44:35 +09:00
parent 3e1ce90183
commit 472ec0b0b8

View File

@@ -281,7 +281,7 @@ class EpubBuilder(StandaloneHTMLBuilder):
newids.append(self.fix_fragment('', id))
node.attributes['ids'] = newids
def add_visible_links(self, tree, show_urls='no'):
def add_visible_links(self, tree, show_urls='inline'):
"""Append visible link targets after external links"""
if show_urls == 'no':
return