diff --git a/xbbcode.module b/xbbcode.module index 14afb90e50afb987e344d51a28a462d1e62a80e2..9f36969be2ad51282bf15b8ad579a43f68baa052 100644 --- a/xbbcode.module +++ b/xbbcode.module @@ -76,6 +76,7 @@ function xbbcode_menu() { function xbbcode_filter_info() { $filters['xbbcode'] = array( 'title' => t('Extensible BBCode'), + 'type' => FILTER_TYPE_MARKUP_LANGUAGE, 'description' => t('Renders standard and custom BBCode tags into HTML code.'), 'process callback' => 'xbbcode_filter_process', 'settings callback' => 'xbbcode_filter_settings',