unindent a `break` (cosmetic)

This commit is contained in:
jfbu 2017-05-28 08:44:53 +02:00
parent ada4f6e19a
commit 445ed48331

View File

@ -685,7 +685,7 @@ class BuildEnvironment(object):
self.settings['smart_quotes'] = self.config.html_use_smartypants
for tag in normalize_language_tag(language):
if tag in smartchars.quotes:
break
break
else:
self.settings['smart_quotes'] = False