Skip to content

Commit

Permalink
Type-o that snuck through my testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnopek committed Sep 18, 2018
1 parent 45e04d2 commit 7aa52e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/unicode.inc
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function decode_entities($text, $exclude = array()) {
$exclude = array_flip($exclude);

// Use object instead of closure to retain PHP 5.2 compatibility.
$callback = new DrupalDecodeEntitiesCallback($html_entities, $execlude);
$callback = new DrupalDecodeEntitiesCallback($html_entities, $exclude);

// Use a regexp to select all entities in one pass, to avoid decoding
// double-escaped entities twice.
Expand Down

0 comments on commit 7aa52e9

Please sign in to comment.