diff --git a/Abrechnung/module.php b/Abrechnung/module.php index cb360d1..6be8786 100644 --- a/Abrechnung/module.php +++ b/Abrechnung/module.php @@ -369,7 +369,7 @@ $html = " $html .= " Total Elektrizität: " . number_format($sum, 2) . " CHF -
"; +
" ; return ['html' => $html, 'sum' => $sum]; }