alecpl
2009-07-22 564a2ba793b8d98abc6b7387f9fe1db869fce1b6
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) {