Add opt out from math in query string
This commit is contained in:
parent
5f06aa7e9b
commit
249fdad1bc
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
{% block history_nav %}{% endblock %}
|
||||
|
||||
<div class="inner-content">
|
||||
{{ rev.html()|safe }}
|
||||
{{ rev.html(math = request.args.get('math') not in ['0', 'false', 'no', 'off'])|safe }}
|
||||
</div>
|
||||
|
||||
{% if p.tags %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue