diff --git a/app/views/common/_diff.rhtml b/app/views/common/_diff.rhtml index f7f40fb0..b4327aec 100644 --- a/app/views/common/_diff.rhtml +++ b/app/views/common/_diff.rhtml @@ -5,7 +5,7 @@ <% if diff.diff_type == 'sbs' -%>
<%=to_utf8 table_file.file_name %> | |||
---|---|---|---|
<%=to_utf8_for_attachments table_file.file_name %> | |||
<%= line.nb_line_left %> |
- <%=to_utf8 line.html_line_left %>+ <%=to_utf8_for_attachments line.html_line_left %> |
<%= line.nb_line_right %> |
- <%=to_utf8 line.html_line_right %>+ <%=to_utf8_for_attachments line.html_line_right %> |