* fix static output for subdirectories & tinymce
[citadel.git] / webcit / serv_func.c
index ed53165aed3263169c25fa9cf700af9d9d1b4ab6..8ad3b6dfc9bf85a789da2f9cbd5bb5dd98c3a9cb 100644 (file)
@@ -49,7 +49,7 @@ ServInfo *get_serv_info(StrBuf *browser_host, StrBuf *user_agent)
        StrBuf_ServGetln(Buf);
 
        /** Tell the server what kind of richtext we prefer */
-       serv_puts("MSGP text/calendar|text/vnote|text/html|text/plain");
+       serv_puts("MSGP text/calendar|text/vnote|text/html|text/plain");//// TODO: register me...
        StrBuf_ServGetln(Buf);
 
        /*