Mercurial > hg > soundsoftware-site
diff app/views/wiki/diff.rhtml @ 245:051f544170fe
* Update to SVN trunk revision 4993
author | Chris Cannam |
---|---|
date | Thu, 03 Mar 2011 11:42:28 +0000 |
parents | 8661b858af72 |
children |
line wrap: on
line diff
--- a/app/views/wiki/diff.rhtml Thu Mar 03 11:40:10 2011 +0000 +++ b/app/views/wiki/diff.rhtml Thu Mar 03 11:42:28 2011 +0000 @@ -12,6 +12,6 @@ <em>(<%= @diff.content_to.author ? @diff.content_to.author.name : "anonyme" %>, <%= format_time(@diff.content_to.updated_on) %>)</em> </p> -<hr /> - -<%= html_diff(@diff) %> +<div class="text-diff"> +<%= simple_format_without_paragraph @diff.to_html %> +</div>