remove trailing slash
This commit is contained in:
parent
3a2ba35e63
commit
58115688cd
@ -4,8 +4,9 @@
|
||||
{% block body %}
|
||||
<ul id="help-navigation">
|
||||
{%- for topic, title in help_topics %}
|
||||
<li{% if current_topic == topic %} class="active"{% endif
|
||||
%}><a href="{{ url_for('static/help', topic=topic) }}/">{{ title|e }}</a></li>
|
||||
<li{% if current_topic == topic %} class="active"{% endif %}>
|
||||
<a href="{{ url_for('static/help', topic=topic) }}">{{ title|e }}</a>
|
||||
</li>
|
||||
{%- endfor %}
|
||||
</ul>
|
||||
<div class="text">
|
||||
|
Loading…
x
Reference in New Issue
Block a user