]> git.saurik.com Git - wxWidgets.git/commit
Fix handling of spaces after <img> tag in wxHTML.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:20:34 +0000 (22:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:20:34 +0000 (22:20 +0000)
commita0393f972507cfb8e6286294f12d74e8d3bdb228
treeb3256e4385ec93fa7708220a4c8d062f8d545ca0
parent9915cdc960ad954c3a61758fc4a53e83435fa59e
Fix handling of spaces after <img> tag in wxHTML.

Don't collapse the spaces following this tag with the ones preceding it.

See #14557.

Closes #2980.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/winpars.h
src/html/m_image.cpp