]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* Buncha cosmetic changes
[citadel.git] / webcit / messages.c
index d053a4be6660b2f4e884a875ba3c7083185e4150..10b0bbdfb146d39ceea7dfed81058a97687fafec 100644 (file)
@@ -1131,7 +1131,10 @@ void display_enter(void)
 
        if (!strncmp(buf, "570", 3)) {
                if (strlen(bstr("recp")) > 0) {
-                       wprintf("<EM>%s</EM><BR>\n", &buf[4]);
+                       svprintf("RECPERROR", WCS_STRING,
+                               "<SPAN CLASS=\"errormsg\">%s</SPAN><BR>\n",
+                               &buf[4]
+                       );
                }
                do_template("prompt_for_recipient");
                goto DONE;