Skip to content

Commit

Permalink
Merge pull request #1 from huacnlee/patch-1
Browse files Browse the repository at this point in the history
多了一个空格,导致左右间距不齐。
  • Loading branch information
xdite committed Nov 24, 2011
2 parents eb89c7a + 39b4cb0 commit 1723b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootstrap-rails/breadcrumb.rb
Expand Up @@ -22,7 +22,7 @@ def drop_breadcrumb(title=nil, url=nil)
title ||= @page_title
url ||= url_for
if title
@breadcrumbs.push("<a href=\"#{url}\">#{title}</a> ".html_safe)
@breadcrumbs.push("<a href=\"#{url}\">#{title}</a>".html_safe)
end
end

Expand Down

0 comments on commit 1723b87

Please sign in to comment.