html strict: wrap="soft" ist unnötig.
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 18 Jan 2012 09:35:13 +0000 (10:35 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 18 Jan 2012 09:35:13 +0000 (10:35 +0100)
templates/webpages/is/form_footer.html

index 6314c21..d1e5e82 100644 (file)
         </tr>
         <tr valign="top">
          <td>
-          <textarea name="notes" rows="[% rows %]" cols="26" wrap="soft">[% notes %]</textarea>
+          <textarea name="notes" rows="[% rows %]" cols="26">[% notes %]</textarea>
          </td>
          <td>
-          <textarea name="intnotes" rows="[% rows %]" cols="35" wrap="soft">[% intnotes %]</textarea>
+          <textarea name="intnotes" rows="[% rows %]" cols="35">[% intnotes %]</textarea>
          </td>
          <td>
             [%- INCLUDE 'generic/multibox.html'