Mercurial > dillo_port1.3
changeset 971:800bd2b574c3
merge
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Mon, 02 Mar 2009 12:28:40 -0300 |
parents | 4cee89a2b2bf (diff) dea4fe794ecd (current diff) |
children | d7dbd3dcfa38 |
files | |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/html.cc Mon Mar 02 12:25:10 2009 -0300 +++ b/src/html.cc Mon Mar 02 12:28:40 2009 -0300 @@ -1793,11 +1793,8 @@ textblock->addParbreak (5, html->styleEngine->wordStyle ()); - /* The bullet will be assigned the current list style, which should - * be "disc" by default, but may in very weird pages be different. - * Anyway, there should be no harm. */ bullet = new Bullet(); - textblock->addWidget(bullet, html->styleEngine->style ()); + textblock->addWidget(bullet, html->styleEngine->wordStyle ()); textblock->addSpace(html->styleEngine->wordStyle ()); if (tolower(tag[1]) == 'i') {