Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Mar 8, 2016
1 parent b8e0973 commit 8f9f250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/basic_import.py
Expand Up @@ -142,7 +142,7 @@ def write_content(cls, filename, content, rewrite_html=True):

@classmethod
def write_post(cls, filename, content, headers, compiler, rewrite_html=True):
"""Ask the specified compiler to write the post to disk."""
"""Ask the specified compiler to write the post to disk."""
if rewrite_html:
try:
doc = html.document_fromstring(content)
Expand Down

0 comments on commit 8f9f250

Please sign in to comment.