Defect #11359 » 0001-Don-t-ignore-spaces-in-diff-11359.patch
app/views/journals/diff.html.erb | ||
---|---|---|
1 | 1 |
<h2><%=h @issue.tracker %> #<%= @issue.id %></h2> |
2 | 2 |
<p><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p> |
3 | 3 | |
4 |
<div class="text-diff"> |
|
5 |
<%= simple_format_without_paragraph @diff.to_html %> |
|
6 |
</div> |
|
4 |
<pre class="text-diff"><%= @diff.to_html %></pre> |
|
7 | 5 | |
8 | 6 |
<p><%= link_to l(:button_back), issue_path(@issue), :onclick => 'history.back(); return false;' %></p> |
9 | 7 |
app/views/wiki/diff.html.erb | ||
---|---|---|
22 | 22 |
%>, <%= format_time(@diff.content_to.updated_on) %>)</em> |
23 | 23 |
</p> |
24 | 24 | |
25 |
<div class="text-diff"> |
|
26 |
<%= simple_format_without_paragraph @diff.to_html %> |
|
27 |
</div> |
|
25 |
<pre class="text-diff"><%= @diff.to_html %></pre> |