alecpl
2009-06-08 78ebe75bce66eecfe2d6a39c0735a6f7ea390247
- fix rc_wordwrap() (#1485909)


1 files modified
2 ■■■ changed files
program/include/rcube_shared.inc 2 ●●● patch | view | raw | blame | history
program/include/rcube_shared.inc
@@ -425,7 +425,7 @@
      if ($newlen <= $width) {
        $string .= ($len ? ' ' : '').$line;
        $len += ($len ? 1 : 0) + $l;
        $len += (1 + $l);
      } else {
    if ($l > $width) {
      if ($cut) {