diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-06 08:03:29 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-06 08:03:29 +0200 |
commit | 272bbad7844aa6f5eead28c25942c3c2c5a24884 (patch) | |
tree | 4672b688ac7ac43c2bb160a9e46b06ccdbbad75d /lib/pure/htmlparser.nim | |
parent | dfc17e5f8e0652ebc4c693e5a5900a122b85ab95 (diff) | |
parent | d8fde9daba32019a35933cb97f482de5cf3669fa (diff) | |
download | Nim-272bbad7844aa6f5eead28c25942c3c2c5a24884.tar.gz |
Merge branch 'devel' into araq-parser-fixes
Diffstat (limited to 'lib/pure/htmlparser.nim')
-rw-r--r-- | lib/pure/htmlparser.nim | 1 |
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* = [ |