- Aus dem templateordner werden nun alle Dateien mit den folgenden
[kivitendo-erp.git] / bin / mozilla / ca.pl
index 3d52198..de36049 100644 (file)
@@ -92,7 +92,7 @@ sub chart_of_accounts {
 
   print qq|
 <body>
-  
+
 <table border=0 width=100%>
   <tr><th class=listtop colspan=$colspan>$form->{title}</th></tr>
   <tr height="5"></tr>
@@ -235,8 +235,7 @@ sub list {
          <th align=right>| . $locale->text('Include in Report') . qq|</th>
          <td colspan=3>
          <input name=l_subtotal class=checkbox type=checkbox value=Y>&nbsp;|
-    . $locale->text('Subtotal')
-    . qq|</td>
+    . $locale->text('Subtotal') . qq|</td>
        </tr>
       </table>
     </td>
@@ -513,4 +512,3 @@ sub ca_subtotal {
 
   $lxdebug->leave_sub();
 }
-