From 6a52b213edf1f146fb72a055466a35fe219e5a0d Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 4 Jul 2011 00:38:27 +0000 Subject: cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s --- lib/coderay/encoders/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/html.rb') diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index 724f3eb..ec73d2c 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -91,7 +91,7 @@ module Encoders register_for :html - FILE_EXTENSION = 'html' + FILE_EXTENSION = 'snippet.html' DEFAULT_OPTIONS = { :tab_width => 8, -- cgit v1.2.1