diff options
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index 9a8a1738..6060836c 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -143,7 +143,7 @@ void StyleEngine::setStyle (const char *styleAttr) { if (styleAttr && prefs.parse_embedded_css) { n->styleAttrProperties = new CssPropertyList (true); n->styleAttrPropertiesImportant = new CssPropertyList (true); - + CssParser::parseDeclarationBlock (styleAttr, strlen (styleAttr), n->styleAttrProperties, n->styleAttrPropertiesImportant); |