summary refs log tree commit diff stats
path: root/lib/pure/parsexml.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-10-30 23:36:36 +0200
committerAraq <rumpf_a@web.de>2010-10-30 23:36:36 +0200
commit11d3d94438056dd98cf4a49411b18c61bfc0cc56 (patch)
tree5ef639b5ba2ac63c29097e5c43a5156692367695 /lib/pure/parsexml.nim
parentd11a62af3142751cb4bfb5ebfaf1e749d9d828ac (diff)
downloadNim-11d3d94438056dd98cf4a49411b18c61bfc0cc56.tar.gz
bugfixes: htmlparser module
Diffstat (limited to 'lib/pure/parsexml.nim')
-rwxr-xr-xlib/pure/parsexml.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/parsexml.nim b/lib/pure/parsexml.nim
index 598ae6c68..8551dda90 100755
--- a/lib/pure/parsexml.nim
+++ b/lib/pure/parsexml.nim
@@ -53,7 +53,7 @@ import
 
 # the parser treats ``<br />`` as ``<br></br>``
 
-##  xmlElementCloseEnd, ## ``/>`` 
+#  xmlElementCloseEnd, ## ``/>`` 
 
 type 
   TXmlEventKind* = enum ## enumation of all events that may occur when parsing