remove trailing slash

This commit is contained in:
Dan Colish 2011-04-03 13:21:35 -07:00
parent 3a2ba35e63
commit 58115688cd

View File

@ -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">