Fixed bug in handling of :wrap

This commit is contained in:
waldemar%netscape.com 2002-09-25 23:44:38 +00:00
Родитель 1e71a0045e
Коммит 43c9512e72
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -664,7 +664,7 @@
(contents (rest html-item)))
(cond
((member tag paragraph-styles) (cons " " contents))
((member tag division-styles :test #'eq)
((or (member tag division-styles :test #'eq) (eq tag :wrap))
(mapcan #'flatten-item contents))
(t (error "Unable to flatten ~S" html-item))))))
(if html