<td> muss in <tr> stecken.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 12 Oct 2007 08:24:02 +0000 (08:24 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 12 Oct 2007 08:24:02 +0000 (08:24 +0000)
bin/mozilla/ic.pl

index dadd2bd..3a73d42 100644 (file)
@@ -2395,12 +2395,14 @@ sub form_header {
         <tr valign=top>
           <td width=70%>
             <table width="100%" height="100%">
-              <td colspan=2>
-                <table>
-                  $buchungsgruppe
-                  $linkaccounts
-                </table>
-              </td>
+              <tr>
+                <td colspan=2>
+                  <table>
+                    $buchungsgruppe
+                    $linkaccounts
+                  </table>
+                </td>
+              </tr>
               <tr>
                 <th align="left">| . $locale->text('Notes') . qq|</th>
                 <th align="left">$formula_label</th>