From ebcf3ab3e0814e4a0187ab23f3209ed162576ef8 Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 20 Apr 2009 21:01:37 +0000 Subject: Updated some comments for XML and HTML encoder. * XML encoder is actually broken! REXML fault? * Firefox can handle long HTML tables now. --- lib/coderay/encoders/html/numerization.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/coderay/encoders/html') diff --git a/lib/coderay/encoders/html/numerization.rb b/lib/coderay/encoders/html/numerization.rb index 0b6cf7a..7058edd 100644 --- a/lib/coderay/encoders/html/numerization.rb +++ b/lib/coderay/encoders/html/numerization.rb @@ -75,7 +75,6 @@ module Encoders # Because even monospace fonts seem to have different heights when bold, # I make the newline bold, both in the code and the line numbers. # FIXME Still not working perfect for Mr. Internet Exploder - # FIXME Firefox struggles with very long codes (> 200 lines) line_numbers = (start ... start + line_count).to_a.map(&bolding).join("\n") line_numbers << "\n" # also for Mr. MS Internet Exploder :-/ line_numbers.gsub!(/\n/) { "\n" } -- cgit v1.2.1