From 9aad2d944628fa916c9567683eae401969992f8f Mon Sep 17 00:00:00 2001 From: Hagen Wahrig Date: Tue, 20 Apr 2010 11:11:43 +0200 Subject: print css fixed --- html.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.rb') diff --git a/html.rb b/html.rb index bb83207..a9db0b7 100644 --- a/html.rb +++ b/html.rb @@ -42,8 +42,8 @@ HEAD @css = [@css[0]] + @css[1..-1].sort unless @css.empty? @css.each{|title,href| titleattr = "title='#{title}'" if title != "" - ret += "\n" - ret += "\n" if title == "print" + ret += "\n" + ret += "\n" if title == "print" } @atom.each{|href| -- cgit v1.2.3