Bug#169292(text indentation of <li> elements not corrent for final element)

Patch:t_mutreja@yahoo.com, r= akkana, sr=heikki
This commit is contained in:
t_mutreja%yahoo.com 2002-10-02 07:12:49 +00:00
Родитель bb219ba341
Коммит f720727c61
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -864,6 +864,7 @@ nsPlainTextSerializer::DoCloseContainer(PRInt32 aTag)
mLineBreakDue = PR_TRUE; mLineBreakDue = PR_TRUE;
} }
else if (type == eHTMLTag_ul) { else if (type == eHTMLTag_ul) {
FlushLine();
mIndent -= kIndentSizeList; mIndent -= kIndentSizeList;
if (--mULCount + mOLStackIndex == 0) { if (--mULCount + mOLStackIndex == 0) {
mFloatingLines = 1; mFloatingLines = 1;