diff --git a/pelican/readers.py b/pelican/readers.py index d21ef388..f7a49604 100644 --- a/pelican/readers.py +++ b/pelican/readers.py @@ -609,6 +609,8 @@ class Readers(FileStampDataCacher): smartypants.Attr.default = smartypants.Attr.set2 elif typogrify_dashes == 'oldschool_inverted': smartypants.Attr.default = smartypants.Attr.set3 + else: + smartypants.Attr.default = smartypants.Attr.set1 # Tell `smartypants` to also replace " HTML entities with # smart quotes. This is necessary because Docutils has already