? .project
? quicktags_help.patch
Index: quicktags.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/quicktags/quicktags.module,v
retrieving revision 1.21
diff -u -p -r1.21 quicktags.module
--- quicktags.module	3 Feb 2007 10:59:25 -0000	1.21
+++ quicktags.module	24 Feb 2007 17:44:30 -0000
@@ -8,6 +8,10 @@ function quicktags_help($section) {
   switch($section) {
     case 'admin/modules#description':
       return t('Allows Drupal to use quicktags around the textarea for easier user input');
+    case 'admin/help#advcontact':
+     return t('<p>This modules provides tags buttons to textfields.  It also provides an api that allows for the '.
+       'extision of this modules functionality as can be seen in the bbcode module.</p>'.
+       '<p>Note: This module disables the expandable text area javascript due to conflicts in javascript</p>');
   }
 }
 
