Skip to content

Commit

Permalink
[FrameworkBundle] Fixing small bug on exception page where the +/- ic…
Browse files Browse the repository at this point in the history
…ons didn't toggle correctly
  • Loading branch information
weaverryan committed Apr 2, 2011
1 parent 1d4024c commit a166b8d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
<ul>
{% for i, previous in exception.previouses %}
<li>
{{ previous.class|abbr_class }} <a href="#traces_link_{{ i + 1 }}" onclick="toggle('traces_{{ i + 1 }}', 'traces');">&raquo;</a>
{{ previous.class|abbr_class }} <a href="#traces_link_{{ i + 1 }}" onclick="toggle('traces_{{ i + 1 }}', 'traces'); switchIcons('icon_traces_{{ i + 1 }}_open', 'icon_traces_{{ i + 1 }}_close');">&raquo;</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit a166b8d

Please sign in to comment.