@@ -23,11 +23,11 | |||||
23 | <tr> |
|
23 | <tr> | |
24 | <th class="line-num"><%= line.nb_line_left %></th> |
|
24 | <th class="line-num"><%= line.nb_line_left %></th> | |
25 | <td class="line-code <%= line.type_diff_left %>"> |
|
25 | <td class="line-code <%= line.type_diff_left %>"> | |
26 | <pre><%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line_left) %></pre> |
|
26 | <pre><%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line_left).html_safe %></pre> | |
27 | </td> |
|
27 | </td> | |
28 | <th class="line-num"><%= line.nb_line_right %></th> |
|
28 | <th class="line-num"><%= line.nb_line_right %></th> | |
29 | <td class="line-code <%= line.type_diff_right %>"> |
|
29 | <td class="line-code <%= line.type_diff_right %>"> | |
30 | <pre><%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line_right) %></pre> |
|
30 | <pre><%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line_right).html_safe %></pre> | |
31 | </td> |
|
31 | </td> | |
32 | </tr> |
|
32 | </tr> | |
33 | <% end -%> |
|
33 | <% end -%> | |
@@ -54,7 +54,7 | |||||
54 | <th class="line-num"><%= line.nb_line_left %></th> |
|
54 | <th class="line-num"><%= line.nb_line_left %></th> | |
55 | <th class="line-num"><%= line.nb_line_right %></th> |
|
55 | <th class="line-num"><%= line.nb_line_right %></th> | |
56 | <td class="line-code <%= line.type_diff %>"> |
|
56 | <td class="line-code <%= line.type_diff %>"> | |
57 | <pre><%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line) %></pre> |
|
57 | <pre><%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line).html_safe %></pre> | |
58 | </td> |
|
58 | </td> | |
59 | </tr> |
|
59 | </tr> | |
60 | <% end -%> |
|
60 | <% end -%> |
General Comments 0
You need to be logged in to leave comments.
Login now