Skip to content

Commit

Permalink
[#2375] Trim whitespace from breadcrumb check
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Aug 1, 2012
1 parent b271f03 commit 8a3a3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/page.html
Expand Up @@ -30,7 +30,7 @@
{% block toolbar %}
<div class="toolbar">
{% block breadcrumb %}
{% if self.breadcrumb_content() %}
{% if self.breadcrumb_content() | trim %}
<ol class="breadcrumb">
{% snippet 'snippets/home_breadcrumb_item.html' %}
{% block breadcrumb_content %}{% endblock %}
Expand Down

0 comments on commit 8a3a3e8

Please sign in to comment.