Skip to content

Commit

Permalink
Bug fix in template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn committed Jul 5, 2012
1 parent 06bd2c4 commit 2020069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default/html/page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<div id='top_bar'>
{% block topbar %}
<div class='breadcrumb'>
<div id='breadcrumb'>
{% block breadcrumb %}
{% for display, url in breadcrumb %}
{% if loop.last %}
Expand All @@ -27,7 +27,7 @@
{% endfor %}
{% endblock %}
</div>
<div class='header_links'>
<div id='header_links'>
{% block header_links %}{% endblock %}
</div>
{% endblock %}
Expand Down

0 comments on commit 2020069

Please sign in to comment.