summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/xml.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-02-20 17:38:23 +0000
committermurphy <murphy@rubychan.de>2009-02-20 17:38:23 +0000
commit2044baa61771c742ab4f2b7ba46755623bd97d1d (patch)
tree1b5efafe1b27c692c7e42052b855f5c6959cbdfc /lib/coderay/scanners/xml.rb
parentd783fd52f706a5946e1184b9d6851c6aaf07ef58 (diff)
downloadcoderay-2044baa61771c742ab4f2b7ba46755623bd97d1d.tar.gz
Removed subversion $Id$ lines.
Diffstat (limited to 'lib/coderay/scanners/xml.rb')
-rw-r--r--lib/coderay/scanners/xml.rb2
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