summaryrefslogtreecommitdiffstats
path: root/app/views/common
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-07 14:44:08 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-07 14:44:08 +0000
commit02acc7fc28dc868757ccb48b224b8bee3429bff7 (patch)
treeda227ae73e276e36a7dd8e6415a2d10fb55496e3 /app/views/common
parentea603e4ea5667be48440616f6a5f72b89a60c834 (diff)
downloadredmine-02acc7fc28dc868757ccb48b224b8bee3429bff7.tar.gz
redmine-02acc7fc28dc868757ccb48b224b8bee3429bff7.zip
Follows r2110.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2111 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/common')
-rw-r--r--app/views/common/_diff.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_diff.rhtml b/app/views/common/_diff.rhtml
index 0b28101b7..07bd4745f 100644
--- a/app/views/common/_diff.rhtml
+++ b/app/views/common/_diff.rhtml
@@ -1,4 +1,4 @@
-<% Redmine::UnifiedDiff.new(diff, diff_type).each do |table_file| -%>
+<% Redmine::UnifiedDiff.new(diff, :type => diff_type).each do |table_file| -%>
<div class="autoscroll">
<% if diff_type == 'sbs' -%>
<table class="filecontent CodeRay">