Ver Fonte

removed non-standard wrap attribute

tokul há 19 anos atrás
pai
commit
4db0659c37

+ 1 - 1
plugins/calendar/event_create.php

@@ -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',

+ 1 - 1
plugins/squirrelspell/modules/check_me.mod

@@ -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">