<p><center>
<% 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 %>
</center></p>