summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2014-06-09 20:57:17 -0400
committerMatt Farina <[email protected]>2014-06-09 20:57:17 -0400
commitd7cb5f181fe48025a3a2e7f0c7d6cd2acf8cd3d0 (patch)
tree89d3357096e85aa2f6b9716675e47e75afa1699e /src
parent04f2b92e763b08d338268ce0818554616b7141cd (diff)
#32 Fixed bug where character references were being encoded in style tags.
Diffstat (limited to 'src')
-rw-r--r--src/HTML5/Elements.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTML5/Elements.php b/src/HTML5/Elements.php
index 69d3882..678b3ac 100644
--- a/src/HTML5/Elements.php
+++ b/src/HTML5/Elements.php
@@ -148,7 +148,7 @@ class Elements {
"source" => 9, // NORMAL | VOID_TAG
"span" => 1,
"strong" => 1,
- "style" => 1,
+ "style" => 3, // NORMAL | TEXT_RAW
"sub" => 1,
"summary" => 17, // NORMAL | AUTOCLOSE_P,
"sup" => 1,