Skip to content

Commit

Permalink
[WebProfilerBundle] Fixed invalid condition in form panel
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Oct 17, 2013
1 parent 4c164ca commit f21de87
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -175,7 +175,7 @@
<li>
<a href="#details_{{ data.view_vars.id|default("") }}">{{ name }}</a>

{% if data.children|length > 1 %}
{% if data.children is not empty %}
<ul>
{% for childName, childData in data.children %}
{{ _self.form_tree_entry(childName, childData) }}
Expand Down

0 comments on commit f21de87

Please sign in to comment.