diff --git a/pelican/plugins/share_post/share_post.py b/pelican/plugins/share_post/share_post.py index 99edc1e..63c05c9 100644 --- a/pelican/plugins/share_post/share_post.py +++ b/pelican/plugins/share_post/share_post.py @@ -21,7 +21,7 @@ from pelican.generators import ArticlesGenerator, PagesGenerator _create_link_functions = [] -newline = '%0D%0A' +newline = "%0D%0A" # Use this decorator to mark a function as