Fix other typo on mdrender service.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-05-12 13:00:25 +02:00
parent 1099044a1c
commit a8d3437015
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def cache_by_sha(func):
def _render_markdown(project, text):
wikilinks_config = {"base_url": "#/project/{}/wiki/".format(project.slug),
"end_url": ""}
extenstions = _make_extensions_list(wikilinks_config=wikilinks_config)
extensions = _make_extensions_list(wikilinks_config=wikilinks_config)
return markdown(text, extensions=extensions)