Commit of files where headers or other places refering to the placing of .css files...
[citadel.git] / webcit / listsub.c
index bd5e261829c1177ad02837fd7304feff04dffc7a..01a567bd6466fc3aa29387667126234a1affff37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * $Id: listsub.c 8232 2010-01-14 21:46:39Z dothebart $
  *
  * Web forms for handling mailing list subscribe/unsubscribe requests.
  */
@@ -33,7 +33,7 @@ void do_listsub(void)
 
        wc_printf("<HTML><HEAD>\n"
                "<meta name=\"MSSmartTagsPreventParsing\" content=\"TRUE\" />\n"
-               "<link href=\"static/webcit.css\" rel=\"stylesheet\" type=\"text/css\">\n"
+               "<link href=\"static/styles/webcit.css\" rel=\"stylesheet\" type=\"text/css\">\n"
                "<TITLE>\n"
        );
        wc_printf(_("List subscription"));