Skip to content

Commit

Permalink
Merge pull request #1759 from metacpan/mickey/fix_min_backpan_count
Browse files Browse the repository at this point in the history
breadcrumbs: fix minimum backpan count
  • Loading branch information
mickeyn committed Aug 10, 2016
2 parents 35c8eb4 + 2737305 commit 7134c03
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 7134c03

Please sign in to comment.