* Eliminated a bug in pullquote_message() that was causing it to run words
[citadel.git] / webcit / wiki.c
index 852650cb643a0b2dbca81ffce929aa8c9d7fe14f..6c74212d5a8fded65120271c55f7d99f1d94c53d 100644 (file)
@@ -9,6 +9,7 @@
 
 /*@{*/
 #include "webcit.h"
+#include "groupdav.h"
 
 
 
@@ -98,9 +99,8 @@ void display_wiki_page(void)
        wprintf("<br><b>");
        wprintf(_("There is no page called '%s' here."), pagename);
        wprintf("</b><br><br>");
-       wprintf("<a href=\"display_enter?wikipage=%s\">", pagename);
-       wprintf(_("Click here if you would like to create this page."));
-       wprintf("</a>");
+       wprintf(_("Select the 'Edit this page' link in the room banner "
+               "if you would like to create this page."));
        wprintf("<br><br>");
        wprintf("</td></tr></table></div>\n");
        wDumpContent(1);