Ver código fonte

A tiny fix-up.

graf25 23 anos atrás
pai
commit
58149a8fac
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      src/compose.php

+ 1 - 2
src/compose.php

@@ -142,8 +142,7 @@ if (isset($send)) {
         /*
          * Rewrap $body so that no line is bigger than $editor_size
          * This should only really kick in the sqWordWrap function
-         * if the browser doesn't support "HARD" as the wrap type
-         * Or, in Opera's case, something goes wrong.
+         * if the browser doesn't support "VIRTUAL" as the wrap type.
          */
         $body = explode("\n", $body);
         $newBody = '';