Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / calendar.c
index 0a08cb8195de081248e91d011ae48272605bed1c..d4832070bd0eaa8e34772ca18a66db27f807d248 100644 (file)
@@ -298,7 +298,7 @@ void cal_process_attachment(wc_mime_attachment *Mime)
        FlushStrBuf(Mime->Data);
        if (cal == NULL) {
                StrBufAppendPrintf(Mime->Data, _("There was an error parsing this calendar item."));
-               StrBufAppendPrintf(Mime->Data, "<br />\n");
+               StrBufAppendPrintf(Mime->Data, "<br>\n");
                return;
        }