Don't use \r\n with ctdl_printf() because it adds a \n on its own. Only add \r when...
authorArt Cancro <ajc@citadel.org>
Fri, 10 Dec 2021 15:32:37 +0000 (10:32 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Dec 2021 15:32:37 +0000 (10:32 -0500)
commit72b5921b7e5044ee306261289482126476ba5ecf
treec95fbaedb06f1c275c4e82cca335650dccbe0b5a
parent67a5baf0e30a0c913bc89f116cfe07d4ae32b3e4
Don't use \r\n with ctdl_printf() because it adds a \n on its own.  Only add \r when CRLF is needed.  Also some UI tweaks.
webcit-ng/messages.c
webcit-ng/static/css/webcit.css
webcit-ng/static/index.html
webcit-ng/static/js/view_forum.js