diff --git a/lms/templates/wiki/article.html b/lms/templates/wiki/article.html index 559e8a939e..542512c762 100644 --- a/lms/templates/wiki/article.html +++ b/lms/templates/wiki/article.html @@ -27,7 +27,7 @@ {% include "wiki/includes/article_menu.html" %}
- {% trans "Last modified:" % as tmsg} | {{ tmsg | force_escape}}
+ {% trans "Last modified:" as tmsg %} {{ tmsg | force_escape}}
{{ article.current_revision.modified }}