From aa17b9942d6ca3d01e3f74513e0903a195c23b22 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 20 Apr 2011 19:49:53 +0000 Subject: Encoder refactoring to fix LOC and Statistic encoders --- lib/coderay/scanners/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/html.rb') diff --git a/lib/coderay/scanners/html.rb b/lib/coderay/scanners/html.rb index 659ed39..a2e8553 100644 --- a/lib/coderay/scanners/html.rb +++ b/lib/coderay/scanners/html.rb @@ -13,7 +13,7 @@ module Scanners KINDS_NOT_LOC = [ :comment, :doctype, :preprocessor, :tag, :attribute_name, :operator, - :attribute_value, :delimiter, :content, + :attribute_value, :string, :plain, :entity, :error, ] # :nodoc: -- cgit v1.2.1