From: Art Cancro Date: Tue, 30 Jan 2018 02:40:53 +0000 (-0500) Subject: Added a few spaces X-Git-Tag: v939~427 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9e95a480990b996388b68d086b6c1352be52edf7 Added a few spaces --- diff --git a/webcit-ng/threaded_view.c b/webcit-ng/threaded_view.c index 9fc6def0a..d3e001b4e 100644 --- a/webcit-ng/threaded_view.c +++ b/webcit-ng/threaded_view.c @@ -80,12 +80,12 @@ void thread_render_one_message(struct ctdlsession *c, StrBuf *sj, long msgnum) StrBufAppendPrintf(sj, "
"); // begin message wrapper StrBufAppendPrintf(sj, "
"); // begin avatar FIXME move the style to a stylesheet - StrBufAppendPrintf(sj, ""); // FIXME temporary avatar + StrBufAppendPrintf(sj, " "); // FIXME temporary avatar StrBufAppendPrintf(sj, "
"); // end avatar StrBufAppendPrintf(sj, "
"); // begin content StrBufAppendPrintf(sj, "
"); // begin header - StrBufAppendPrintf(sj, "%s", author); // FIXME link to user profile or whatever - StrBufAppendPrintf(sj, "%s", datetime); + StrBufAppendPrintf(sj, "%s ", author); // FIXME link to user profile or whatever + StrBufAppendPrintf(sj, "%s ", datetime); StrBufAppendPrintf(sj, "
"); // end header StrBufAppendPrintf(sj, "
"); // begin body