From: Jean-Philippe Lang Date: Sun, 3 Aug 2008 09:30:56 +0000 (+0000) Subject: Fixes non-matching html tag (#1734). X-Git-Tag: 0.8.0-RC1~306 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=91a5fa32d7b0bd1bcebead3213091134dfc3df2b;p=redmine.git Fixes non-matching html tag (#1734). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1714 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/history.rhtml b/app/views/wiki/history.rhtml index 6462e9fdd..c78ae115a 100644 --- a/app/views/wiki/history.rhtml +++ b/app/views/wiki/history.rhtml @@ -18,7 +18,7 @@ <% line_num = 1 %> <% @versions.each do |ver| %> "> - <%= link_to ver.version, :action => 'index', :page => @page.title, :version => ver.version %> + <%= link_to ver.version, :action => 'index', :page => @page.title, :version => ver.version %> <%= radio_button_tag('version', ver.version, (line_num==1), :id => "cb-#{line_num}", :onclick => "$('cbto-#{line_num+1}').checked=true;") if show_diff && (line_num < @versions.size) %> <%= radio_button_tag('version_from', ver.version, (line_num==2), :id => "cbto-#{line_num}", :onclick => "if ($('cb-#{line_num}').checked==true || $('version_from').value > #{ver.version}) {$('cb-#{line_num-1}').checked=true;}") if show_diff && (line_num > 1) %> <%= format_time(ver.updated_on) %>