]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/gl/form_footer.html
gl html vergessenes schließendes table element
[mfinanz.git] / templates / webpages / gl / form_footer.html
index 054aa5a8530f1a1aca5ec9e9a37cf2646136c7c8..1742ec34e345aae2f046d5a0777bb37a80abe713 100644 (file)
@@ -2,10 +2,13 @@
 [%- USE LxERP %]
 [%- USE T8 %]
 [%- USE L %]
-    <tr class=listtotal>
-    <th colspan="3" align=right class=listtotal> [% LxERP.format_amount(totaldebit, 2) | html %]</th>
-    <th align=right class=listtotal> [% LxERP.format_amount(totalcredit, 2) | html %]</th>
-    <td colspan=6></td>
+      <tr class=listtotal>
+      <th colspan="3" align=right class=listtotal> [% LxERP.format_amount(totaldebit, 2) | html %]</th>
+      <th align=right class=listtotal> [% LxERP.format_amount(totalcredit, 2) | html %]</th>
+      <td colspan=6></td>
+      </tr>
+    </table>
+    </td>
     </tr>
   </table>
   </td>