X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuseredit.c;h=6b407827f1d22e274231a4e0a4028e8a72bf65ab;hb=7cabeea6da9a3197dcb61eca4f7c2886b33d6257;hp=743c6f8b8ab6b17a3a4e19716e625f77bdb7fabc;hpb=9efdbd704ea05be8940dc094c7102388e2c64467;p=citadel.git diff --git a/webcit/useredit.c b/webcit/useredit.c index 743c6f8b8..6b407827f 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -461,8 +461,10 @@ void tmplput_USER_BIO(StrBuf *Target, WCTemplputParams *TP) if ( (StrLength(Buf)==3) && !strcmp(ChrPtr(Buf), "000")) Done = 1; - else + else { StrBufAppendBuf(BioBuf, Buf, 0); + StrBufAppendBufPlain(BioBuf, HKEY("\n"), 0); + } } StrBufAppendTemplate(Target, TP, BioBuf, 1); FreeStrBuf(&BioBuf);