diff --git a/lms/templates/wiki/includes/cheatsheet.html b/lms/templates/wiki/includes/cheatsheet.html index cf908b6efc..08bd3ea5c3 100644 --- a/lms/templates/wiki/includes/cheatsheet.html +++ b/lms/templates/wiki/includes/cheatsheet.html @@ -23,7 +23,7 @@
{% trans "[Article Name](wiki:ArticleName)" as tmsg%}{{tmsg|force_escape}}
-

{% filter force_escape %}{% blocktrans with platform_name=settings.PLATFORM_NAME %}{{ platform_name }} Additions:{% endblocktrans %}{%endfilter}

+

{% filter force_escape %}{% blocktrans with platform_name=settings.PLATFORM_NAME %}{{ platform_name }} Additions:{% endblocktrans %}{% endfilter %}

$LaTeX {% trans "Math Expression" as tmsg %}{{tmsg|force_escape}}$