Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pep257
  • Loading branch information
ralsina committed Aug 21, 2015
1 parent 4dcc600 commit fb6a784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/nikola.py
Expand Up @@ -1060,7 +1060,6 @@ def render_template(self, template_name, output_name, context):

def rewrite_links(self, doc, src, lang):
"""Replace links in document to point to the right places."""

# First let lxml replace most of them
doc.rewrite_links(lambda dst: self.url_replacer(src, dst, lang), resolve_base_href=False)

Expand Down

0 comments on commit fb6a784

Please sign in to comment.