X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/098a79f0819ebb89b7d48df4a6b154af4560f68e..bdc4cdb7f5efbd4b273be6def7652e9011b977a6:/invoice_view.php diff --git a/invoice_view.php b/invoice_view.php index a91ddf1b..f05b766e 100644 --- a/invoice_view.php +++ b/invoice_view.php @@ -86,5 +86,4 @@ $smarty->assign('invoice_items', $invoice_items); $smarty->assign('colspan', $colspan); $smarty->assign('title', $i18n->getKey('title.view_invoice')); $smarty->assign('content_page_name', 'invoice_view.tpl'); -$smarty->display('index.tpl'); -?> \ No newline at end of file +$smarty->display('index.tpl');