* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIONAL ***
[citadel.git] / webcit / subst.c
index 38f147b67dab44199a2039b450e36e4ffb66ba09..9392cffee978d20d60eb41b2f6e926e00808fafb 100644 (file)
@@ -223,7 +223,7 @@ void do_template(void *templatename) {
        fp = fopen(filename, "r");
        if (fp == NULL) {
                wprintf("<BLINK>ERROR</BLINK> - could not open template ");
-               wprintf("'%s' - %s<BR>\n",
+               wprintf("'%s' - %s<br />\n",
                        templatename, strerror(errno));
                return;
        }