0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-02-23 15:26:07 -05:00
Squire/build
Neil Jenkins 0ba91e627d Rewrite all <br>s in cleanupBRs fn.
Previously, we were just removing <br>s that didn't have siblings on both sides. A better test is whether the containing block has any non-whitespace text content. If it does, the <br> is a line break and we can just split the block. If it doesn't though, we need to leave the <br> as a placeholder, to ensure the block doesn't collapse to 0 height.
2013-02-25 10:39:27 +11:00
..
document.html Add IE10 compatibility. 2012-11-12 18:30:40 +11:00
ie8.js Catch all errors to allow logging. 2013-01-24 11:54:44 +11:00
squire.js Rewrite all <br>s in cleanupBRs fn. 2013-02-25 10:39:27 +11:00