Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed Apr 28, 2017
1 parent 359c08e commit c4f8a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/__init__.py
Expand Up @@ -84,7 +84,7 @@ def compile_string(self, data, source_path=None, is_two_file=True, post=None, la
from nikola import shortcodes as sc
new_data, shortcodes = sc._extract_shortcodes(data)
output, error_level, deps = rst2html(
data, settings_overrides=settings_overrides, logger=self.logger, source_path=source_path, l_add_ln=add_ln, transforms=self.site.rst_transforms,
new_data, settings_overrides=settings_overrides, logger=self.logger, source_path=source_path, l_add_ln=add_ln, transforms=self.site.rst_transforms,
no_title_transform=self.site.config.get('NO_DOCUTILS_TITLE_TRANSFORM', False))
if not isinstance(output, unicode_str):
# To prevent some weird bugs here or there.
Expand Down

0 comments on commit c4f8a3f

Please sign in to comment.