only in patch2: unchanged: --- a/role_help.module +++ b/role_help.module @@ -271,7 +271,6 @@ function role_help_theme_registry_alter(&$theme_registry) { */ function theme_role_help_section($variables) { $output = '

' . ucfirst(check_plain($variables['name'])) . '

'; - $output .= '
' . check_markup($variables['description'], variable_get('role_help_format', filter_fallback_format()), FALSE) . '
'; return $output; }