Revert "Remove soft hyphens"

This reverts commit 4c73f8dcc4.
pull/194/merge 1.1838
M66B 3 years ago
parent 47d937ef20
commit b5413bc830

@ -2763,9 +2763,6 @@ public class HtmlHelper {
continue;
}
// ­
text = text.replace("\u00ad", "");
// Fold white space
text = FOLD_WHITESPACE.matcher(text).replaceAll(" ");

Loading…
Cancel
Save