]> code.citadel.org Git - citadel.git/blobdiff - webcit/serv_func.c
* Replaced all instances of the name "Citadel/UX" with "Citadel"
[citadel.git] / webcit / serv_func.c
index 3fe80164c0d0eb58ba94f4d7fc98a8d6c56c41cc..e5f5fe6b416499aa3a5ce2b6631e21a2b0b0e92a 100644 (file)
@@ -140,8 +140,8 @@ void fmout(FILE *fp, char *align)
                intext = 1;
 
                /* Quoted text should be displayed in italics and in a
-                * different colour.  This code understands Citadel/UX
-                * style " >" quotes and will convert to <BLOCKQUOTE> tags.
+                * different colour.  This code understands Citadel-style
+                * " >" quotes and will convert to <BLOCKQUOTE> tags.
                 */
                if ((bq == 0) && (!strncmp(buf, " >", 2))) {
                        wprintf("<BLOCKQUOTE>");