Skip to content
Snippets Groups Projects
Commit 24eae719 authored by Joel Muzzerall's avatar Joel Muzzerall Committed by Nhat Tran
Browse files

Issue #2034013 by muzzl: Fixed trim on word boundaries

parent cc76a446
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ function advanced_text_formatter_trim_text($text, $options) {
}
if ($found) {
$text = $matches[0];
$text = $matches[1];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment