Skip to content

Commit

Permalink
fix for « and » used as i18n defaults [#926 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 3, 2011
1 parent a0c38c0 commit 4f7d170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/lib/hobo/rapid/taglibs/rapid_navigation.dryml
Expand Up @@ -104,5 +104,5 @@ This is a simple tag - just look at the source if you need to know more detail.

<!--- A simple wrapper around the `will_paginate` helper. All options to `will_paginate` are available as attributes -->
<def tag="page-nav">
<%= will_paginate this, attributes.symbolize_keys.reverse_merge(:inner_window => 2, :previous_label => translate("hobo.actions.previous", :default=>"&laquo; Prev"), :next_label =>translate("hobo.actions.next", :default=>"Next &raquo;")) %>
<%= will_paginate this, attributes.symbolize_keys.reverse_merge(:inner_window => 2, :previous_label => translate("hobo.actions.previous", :default=>"« Prev"), :next_label =>translate("hobo.actions.next", :default=>"Next »")) %>
</def>

0 comments on commit 4f7d170

Please sign in to comment.