diff options
Diffstat (limited to 'lib/coderay/scanners/xml.rb')
-rw-r--r-- | lib/coderay/scanners/xml.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/coderay/scanners/xml.rb b/lib/coderay/scanners/xml.rb index bc6020a..0c7eab4 100644 --- a/lib/coderay/scanners/xml.rb +++ b/lib/coderay/scanners/xml.rb @@ -5,8 +5,6 @@ module Scanners # XML Scanner # - # $Id$ - # # Currently this is the same scanner as Scanners::HTML. class XML < HTML |