[dreamwidth/dw-free] 6403e2: Restore space between body and crosspost footer
Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: 6403e2b7d9bd55425e1346178f3d3b6fc107a782 https://github.com/dreamwidth/dw-free/commit/6403e2b7d9bd55425e1346178f3d3b6fc107a782 Author: Nick Fagerlund nick.fagerlund@gmail.com Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths: M cgi-bin/DW/External/XPostProtocol.pm
Log Message:
Restore space between body and crosspost footer
We now pre-process all our autoformatting and send the result to LJ-alikes as opt_preformatted, so we can do things they don't support and not have to maintain a working understanding of THEIR auto-formatting.
Crosspost footer was expecting to land in NON-preformatted text tho, and gets jammed onto the end of the last sentence if the post is being treated as raw HTML. Presumably this already used to break on preformatted crossposts, so I'm surprised we didn't hear about it before, but anyway, now it hits everything so let's fix.