diff --git a/tools/website/drupal/mse-drupal-modules/highlight.inc b/tools/website/drupal/mse-drupal-modules/highlight.inc index 495d43da..c558b8e7 100644 --- a/tools/website/drupal/mse-drupal-modules/highlight.inc +++ b/tools/website/drupal/mse-drupal-modules/highlight.inc @@ -14,6 +14,7 @@ $built_in_functions = array( 'curly_quotes' =>'', 'replace' =>'', 'replace_rule' => 'replace', 'filter_text' =>'', 'filter_rule' => 'filter_text', + 'break_text' =>'', 'break_rule' => 'break_text', 'sort_text' =>'', 'sort_rule' => 'sort_text', 'contains' =>'', 'match' =>'', 'match_rule' => 'match',