diff --git a/lib/template/details-html.php b/lib/template/details-html.php index 7b9226fd..d5c18252 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -13,13 +13,11 @@ function headline($sTitle) { - // echo "

".$sTitle."

\n"; echo "

".$sTitle."

\n"; } function headline3($sTitle) { - // echo "

".$sTitle."

\n"; echo "

".$sTitle."

\n"; }