Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
evie404 committed Jun 12, 2012
1 parent 8a5230f commit 587ff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootstrap_helper/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def yield_or_default(message, default_message = "")


def render_page_title
title = @page_title ? "#{SITE_NAME} | #{@page_title}" : SITE_NAME rescue "SITE_NAME"
title = @page_title ? "#{@page_title} | #{SITE_NAME}" : SITE_NAME rescue "SITE_NAME"
content_tag("title", title, nil, false)
end

Expand Down

0 comments on commit 587ff27

Please sign in to comment.