Add <style> tag to a list of recognized block tags

Closes #182.
pull/216/head
Vytautas Šaltenis 2015-11-01 12:31:55 +02:00
parent 9c9c590f7e
commit 660c9fd283
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ var blockTags = map[string]bool{
"table": true,
"iframe": true,
"script": true,
"style": true,
"fieldset": true,
"noscript": true,
"blockquote": true,