aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index 90625a6a..5e7b39e9 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -66,7 +66,7 @@ void StyleEngine::startElement (int element) {
n->element = element;
n->id = NULL;
n->klass = NULL;
- n->pseudo = stack->getRef (stack->size () - 2)->pseudo; // inherit pseudo
+ n->pseudo = NULL;
n->styleAttribute = NULL;
n->inheritBackgroundColor = false;
}