diff --git a/app/views/search/index.rhtml b/app/views/search/index.rhtml index 08acb2857..d21aadc68 100644 --- a/app/views/search/index.rhtml +++ b/app/views/search/index.rhtml @@ -37,12 +37,14 @@

<% if @pagination_previous_date %> -<%= link_to_content_update('« ' + l(:label_previous), - params.merge(:previous => 1, :offset => @pagination_previous_date.strftime("%Y%m%d%H%M%S"))) %>  +<%= link_to_content_update("\xc2\xab " + l(:label_previous), + params.merge(:previous => 1, + :offset => @pagination_previous_date.strftime("%Y%m%d%H%M%S"))) %>  <% end %> <% if @pagination_next_date %> -<%= link_to_content_update(l(:label_next) + ' »', - params.merge(:previous => nil, :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %> +<%= link_to_content_update(l(:label_next) + " \xc2\xbb", + params.merge(:previous => nil, + :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %> <% end %>