Index: wiki.module =================================================================== --- wiki.module (revision 859) +++ wiki.module (working copy) @@ -11,8 +11,6 @@ */ function wiki_help($section='admin/help#wiki') { switch ($section) { - case 'admin/modules#description': - return t('Enables users to use simple WikiText markup to format content.'); case 'admin/help#wiki': return t('

@@ -65,7 +63,7 @@ $items = array(); if ($may_cache) { - $items[] = array('path' => 'wiki/goto', 'title' => t('wiki goto'), 'type' => MENU_CALLBACK, + $items[] = array('path' => 'wiki/goto', 'title' => t('Wiki goto'), 'type' => MENU_CALLBACK, 'callback' => 'wiki_goto', 'access' => user_access('access content')); } @@ -83,7 +81,7 @@ '#title' => t('WikiText filter'), '#collapsible' => TRUE, '#collapsed' => TRUE); - $the_form['wiki_settings']['enable_html_${format}'] = + $the_form['wiki_settings']["enable_html_${format}"] = array( '#type' => 'checkbox', '#title' => t('Enable HTML'), Index: wiki.info =================================================================== --- wiki.info (revision 0) +++ wiki.info (revision 0) @@ -0,0 +1,4 @@ +; $Id$ +name = Wiki +description = Enables users to use simple WikiText markup to format content. +package = Input filters