summary refs log tree commit diff stats
path: root/lib/pure/htmlparser.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-06 08:03:29 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-06 08:03:29 +0200
commit272bbad7844aa6f5eead28c25942c3c2c5a24884 (patch)
tree4672b688ac7ac43c2bb160a9e46b06ccdbbad75d /lib/pure/htmlparser.nim
parentdfc17e5f8e0652ebc4c693e5a5900a122b85ab95 (diff)
parentd8fde9daba32019a35933cb97f482de5cf3669fa (diff)
downloadNim-272bbad7844aa6f5eead28c25942c3c2c5a24884.tar.gz
Merge branch 'devel' into araq-parser-fixes
Diffstat (limited to 'lib/pure/htmlparser.nim')
-rw-r--r--lib/pure/htmlparser.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pure/htmlparser.nim b/lib/pure/htmlparser.nim
index 2f833804d..9d4b57dc0 100644
--- a/lib/pure/htmlparser.nim
+++ b/lib/pure/htmlparser.nim
@@ -178,7 +178,6 @@ type
     tagVar,        ## the HTML ``var`` element
     tagVideo,      ## the HTML ``video`` element
     tagWbr         ## the HTML ``wbr`` element
-{.deprecated: [THtmlTag: HtmlTag].}
 
 const
   tagToStr* = [