From e4d1de4f78d03bb3d9b5b759f2950c99f368ae6b Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 24 Nov 2009 00:58:37 +0100 Subject: bugfix since to_html change --- edit_columns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'edit_columns.rb') diff --git a/edit_columns.rb b/edit_columns.rb index 85eca00..5033a48 100755 --- a/edit_columns.rb +++ b/edit_columns.rb @@ -134,7 +134,7 @@ REDO end $html << "" - $html << (urhist).to_html(urevs.max.rev) + $html << (urhist).to_html(urevs.max.rev,"") end $html << "" #undo -- cgit v1.2.3