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 %} {% block body %}
<ul id="help-navigation"> <ul id="help-navigation">
{%- for topic, title in help_topics %} {%- for topic, title in help_topics %}
<li{% if current_topic == topic %} class="active"{% endif <li{% if current_topic == topic %} class="active"{% endif %}>
%}><a href="{{ url_for('static/help', topic=topic) }}/">{{ title|e }}</a></li> <a href="{{ url_for('static/help', topic=topic) }}">{{ title|e }}</a>
</li>
{%- endfor %} {%- endfor %}
</ul> </ul>
<div class="text"> <div class="text">