From 2fc1758c7be01cd3683457164c76cf7acd9df827 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 23 Nov 2009 19:50:36 +0100 Subject: show everytime 10 history entries --- history.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'history.rb') diff --git a/history.rb b/history.rb index 46ab5ec..a425d91 100755 --- a/history.rb +++ b/history.rb @@ -63,9 +63,9 @@ $html << table.to_html("",false) $html << "

History

" $html << "
" -historyselect = $cgi.include?("history") ? $cgi["history"] : nil -$html << table.history_selectform($cgi.include?("revision") ? nil : revno, historyselect) -$html << table.history_to_html(revno, historyselect) +$html << table.history_selectform($cgi.include?("revision") ? nil : revno, $cgi["history"]) + +$html << table.history_to_html(revno, $cgi["history"]) $html << "
" $html << "" -- cgit v1.2.3