HTML validation bugfix
authorx99bachelart <x99bachelart>
Wed, 3 Sep 2003 13:55:48 +0000 (13:55 +0000)
committerx99bachelart <x99bachelart>
Wed, 3 Sep 2003 13:55:48 +0000 (13:55 +0000)
install.d/profile_form.inc.php

index 8c27e4c..ec66176 100644 (file)
@@ -7,9 +7,6 @@
 * Copyright: See COPYING files that comes with this distribution
 ********************************************************************************/
 ?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-
 <div class="title">
   <?php echo $locale['profile']['title'];?>
 </div>
@@ -51,7 +48,7 @@
         <?php echo $locale['profile']['signature'];?>
       </td>
       <td>
-        <textarea name="profile_sig"></textarea>
+        <textarea name="profile_sig" rows="72" cols="7"></textarea>
       </td>
     </tr>
     <tr class="pair">