This commit is contained in:
shaver%netscape.com 1998-10-02 02:12:47 +00:00
Родитель e2e12f88db
Коммит e422ed1039
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -4916,7 +4916,10 @@ XP_TRACE(("Initializing new doc %d\n", doc_id));
((tag->is_end && last_node->type == NODE_TYPE_ELEMENT) || ((tag->is_end && last_node->type == NODE_TYPE_ELEMENT) ||
last_node->type == NODE_TYPE_TEXT)) { last_node->type == NODE_TYPE_TEXT)) {
/* mark the end LO_Element for the _last_ node */ /* mark the end LO_Element for the _last_ node */
LO_Element *eptr = state->line_list; LO_Element *eptr;
if (ELEMENT_PRIV(last_node)->flags & STYLE_NODE_NEED_TO_POP_LAYER)
lo_EndLayer(context, state, PR_TRUE);
eptr = state->line_list;
if (eptr) { if (eptr) {
while (eptr->lo_any.next != NULL) { while (eptr->lo_any.next != NULL) {
eptr = eptr->lo_any.next; eptr = eptr->lo_any.next;