##// END OF EJS Templates
replace « and » at app/views/gantts/show.html.erb to hexadecimal UTF-8 strings (#4796)....
Toshi MARUYAMA -
r6371:336eb04b6d3e
parent child
Show More
@@ -169,8 +169,8 if Date.today >= @gantt.date_from and Date.today <= @gantt.date_to %>
169 169
170 170 <table width="100%">
171 171 <tr>
172 <td align="left"><%= link_to_content_update('&#171; ' + l(:label_previous), params.merge(@gantt.params_previous)) %></td>
173 <td align="right"><%= link_to_content_update(l(:label_next) + ' &#187;', params.merge(@gantt.params_next)) %></td>
172 <td align="left"><%= link_to_content_update("\xc2\xab " + l(:label_previous), params.merge(@gantt.params_previous)) %></td>
173 <td align="right"><%= link_to_content_update(l(:label_next) + " \xc2\xbb", params.merge(@gantt.params_next)) %></td>
174 174 </tr>
175 175 </table>
176 176
General Comments 0
You need to be logged in to leave comments. Login now