display; HTML does not validate
There are actually 3 different bugs reported in 300809. This checkin fixes
the problem where the spacing and the image are too close: <P></P><BR><IMG>
edtbuf.cpp:
- Modified CEditBuffer::ParseOpenTag() so we don't discard a <BR> that
comes after a </P>.
- Commented out code that adds a blank container before a table that
follows a </P>.
edtele.cpp:
- Modified CEditContainerElement::AdjustContainers() to add a blank
container after a paragraph that ends with a </P> tag.
git-svn-id: svn://10.0.0.236/trunk@5740 18797224-902f-48f8-a5cc-f745e15eee43
Description
No description provided
Languages
C++
31%
C
21.9%
HTML
13.3%
JavaScript
12.9%
Java
5.1%
Other
15.5%