diff options
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index 35e37543..e05630bd 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -512,7 +512,7 @@ Style * StyleEngine::style0 (CssPropertyList *nonCssProperties) { stack->getRef (stack->size () - 2)->style->backgroundColor; attrs.valign = stack->getRef (stack->size () - 2)->style->valign; - } + } // parse style information from style="" attribute, if it exists if (styleAttribute && prefs.parse_embedded_css) @@ -547,6 +547,5 @@ Style * StyleEngine::wordStyle0 (CssPropertyList *nonCssProperties) { } void StyleEngine::parse (const char *buf, int buflen, CssOrigin origin) { - a_Css_parse (cssContext, buf, buflen, origin); } |