diff options
author | Araq <rumpf_a@web.de> | 2010-10-30 23:36:36 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-10-30 23:36:36 +0200 |
commit | 11d3d94438056dd98cf4a49411b18c61bfc0cc56 (patch) | |
tree | 5ef639b5ba2ac63c29097e5c43a5156692367695 /lib/pure/parsexml.nim | |
parent | d11a62af3142751cb4bfb5ebfaf1e749d9d828ac (diff) | |
download | Nim-11d3d94438056dd98cf4a49411b18c61bfc0cc56.tar.gz |
bugfixes: htmlparser module
Diffstat (limited to 'lib/pure/parsexml.nim')
-rwxr-xr-x | lib/pure/parsexml.nim | 2 |
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 |