Index: marksmarty.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/marksmarty/marksmarty.module,v retrieving revision 1.17 diff -u -F^f -r1.17 marksmarty.module --- marksmarty.module 15 Jul 2006 20:35:19 -0000 1.17 +++ marksmarty.module 7 Oct 2006 05:44:53 -0000 @@ -45,10 +45,6 @@ function marksmarty_filter_tips($delta = function marksmarty_help($in_section = 'admin/help#marksmarty') { switch ($in_section) { - case 'admin/modules#description': - $the_output = t('Allows content to be submitted using Markdown, a simple plain-text syntax that is filtered into valid XHTML, and converts plain ASCII characters to Unicode entities using SmartyPants.'); - break; - case 'admin/help#marksmarty': $the_output = t('

The Markdown with SmartyPants module allows you to enter content using Markdown, a simple plain-text syntax that is filtered into valid XHTML, and will automatically convert plain ASCII characters to their proper Unicode entities in context ("curly quotes," et al.) using SmartyPants.

'); break;