浏览代码

A tiny fix-up.

graf25 23 年之前
父节点
当前提交
58149a8fac
共有 1 个文件被更改,包括 1 次插入2 次删除
  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 = '';