Skip to content

Commit

Permalink
Fixes a bug in chosing the divider.
Browse files Browse the repository at this point in the history
  • Loading branch information
ji committed Mar 8, 2012
1 parent 027cb72 commit 8f18d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/twitter-bootstrap/_breadcrumbs.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ul class="breadcrumb">
<% separator = "/"; separator ||= divider %>
<% separator = divider %>
<% if @breadcrumbs %>
<% @breadcrumbs[0..-2].each do |crumb| %>
<li>
Expand Down

0 comments on commit 8f18d26

Please sign in to comment.