program/lib/Roundcube/rcube_text2html.php | ●●●●● patch | view | raw | blame | history |
program/lib/Roundcube/rcube_text2html.php
@@ -275,7 +275,8 @@ $text = $copy; } else { $text = str_replace(' ', $nbsp, $text); // make the whole line non-breakable $text = str_replace(array(' ', '-'), array($nbsp, '-⁠'), $text); } return $text;