wxHTML: don't include extra whitespace in table cells

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-10-30 07:25:18 +00:00
parent 133932137d
commit 3a23d484e3
2 changed files with 19 additions and 5 deletions

View File

@@ -102,7 +102,8 @@ All (GUI):
Polish Pro input.
- Fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after
single-cell paragraphs.
- Fixed wxHTML's line breaks handling in <pre> blocks broken in 2.8.8 (#10120)
- Fixed wxHTML's line breaks handling in <pre> blocks broken in 2.8.8 (#10120).
- wxHTML: don't include extra whitespace in table cells.
All (Unix):