removed non-standard wrap attribute
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 30 Jul 2006 13:05:58 +0000 (13:05 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 30 Jul 2006 13:05:58 +0000 (13:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11445 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/calendar/event_create.php
plugins/squirrelspell/modules/check_me.mod

index 9dc7857049d13c2b8e70121d1b28332d033f41cc..5d83f3f85f36bf2625300061285883935cf2f9d5 100644 (file)
@@ -93,7 +93,7 @@ function show_event_form() {
          "      </td></tr>\n".
          html_tag( 'tr',
              html_tag( 'td',
-                 "<textarea name=\"event_text\" rows=\"5\" cols=\"$editor_size\" wrap=\"hard\"></textarea>" ,
+                 "<textarea name=\"event_text\" rows=\"5\" cols=\"$editor_size\"></textarea>" ,
              'left', $color[4], 'colspan="2"' )
          ) ."\n" .
          html_tag( 'tr',
index 0d9c510cb1ad6490e1ecb422254b8586181ab626..df5805f873a6c030d68bfdd59c987d09b70d1ae7 100644 (file)
@@ -364,7 +364,7 @@ if ($errors){
          ?>
          <br />
          <textarea name="sqspell_line_area" cols="50" rows="3"
-                   wrap="hard" onfocus="this.blur()"></textarea>
+                   onfocus="this.blur()"></textarea>
         </td>
        </tr>
        <tr valign="middle">