diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-31 13:08:50 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-31 13:08:50 +0100 |
commit | 0ca6fc11d6c5e0d9467eac89b1fe23680e0e8521 (patch) | |
tree | a145b3420ad0263850e4aa6a90fbb4294bbd5f69 | |
parent | c1efa6ef43ce945d5881f82145a1356cb451125b (diff) |
set inheritBackgroundColor for <p>
-rw-r--r-- | src/html.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.cc b/src/html.cc index 4b49f65e..20685080 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1740,6 +1740,7 @@ static void Html_tag_open_p(DilloHtml *html, const char *tag, int tagsize) DW2TB(html->dw)->addParbreak (9, html->styleEngine->wordStyle ()); } a_Html_tag_set_align_attr (html, &props, tag, tagsize); + html->styleEngine->inheritBackgroundColor (); html->styleEngine->setNonCssHints (&props); } |