Skip to content

Commit

Permalink
breadcrumbs: fix minimum backpan count
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Aug 10, 2016
1 parent 35c8eb4 commit 2737305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/inc/breadcrumbs.html
Expand Up @@ -18,7 +18,7 @@
END;
breadcrumb_link(version) | none;
END;
IF backpan.size > 1 %>
IF backpan.size >= 1 %>
<optgroup label="BackPAN">
<% FOREACH version IN backpan; breadcrumb_link(version) | none; END %>
</optgroup>
Expand Down

0 comments on commit 2737305

Please sign in to comment.