Diff
Not logged in

Differences From:

File src/wiki.c part of check-in [dbda8d6ce9] - Initial check-in of m1 sources. by drh on 2007-07-21 14:10:57. [view]

To:

File src/wiki.c part of check-in [66f4caa379] - Improvements to the WWW interface. by drh on 2007-07-23 19:52:51. [view]

@@ -33,8 +33,8 @@
 ** Render the wiki page that is named after the /wiki/ part of
 ** the url.
 */
 void wiki_page(void){
-  style_header();
+  style_header("Wiki");
   @ extra=%h(g.zExtra)
   style_footer();
 }