? better_warnings_191393.patch
? blog_perm_regression_192949.patch
? bookpathalias_144366.patch
? collapse_patterns_add_help_192298.patch
? delete_index_aliases_192576.patch
? edit_checkbox_remember_180440.patch
? include_for_sure_194669.patch
? no_alter_no_pattern_192300.patch
? only_alias_blogabble_bloggers_83993.patch
? require_code_191187.patch
? token_list_moved.patch
? tracker_raw_194108.patch
? verbose_perm_32956.patch
Index: pathauto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v
retrieving revision 1.44.4.56
diff -u -p -r1.44.4.56 pathauto.module
--- pathauto.module	19 Nov 2007 22:18:27 -0000	1.44.4.56
+++ pathauto.module	24 Nov 2007 00:31:37 -0000
@@ -260,7 +260,17 @@ function pathauto_admin_settings() {
       $doc .= '<dd>'. $description .'</dd>';
     }
     $doc .= "</dl>\n";
-    $form[$module][$variable]["#description"] .= $doc;
+    $form[$module]['token_help'] = array(
+      '#title' => t('Replacement patterns'),
+      '#type' => 'fieldset',
+      '#collapsible' => TRUE,
+      '#collapsed' => TRUE,
+      '#description' => t('Use -raw replacements for text to avoid problems with HTML entities.'),
+    );
+    $form[$module]['token_help']['help'] = array(
+      '#value' => $doc,
+    );
+
 
     // If the module supports bulk updates, offer the update action here
     if ($settings->bulkname) {
