Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
get rid of middot in footer when only one link
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Apr 26, 2012
1 parent 9ed41af commit c5e93a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkt/templates/mkt/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{% endfor %}
{% if tools_links|length > 2 %}
<br>
{% else %}
{% elif tools_link|length > 1 %}
&middot;
{% endif %}
{% if request.can_view_consumer %}
Expand Down

0 comments on commit c5e93a9

Please sign in to comment.