From c2b68c337b398aff21bc04d51b83f42608bbbbc8 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sat, 6 Feb 2016 12:49:59 +0100 Subject: [PATCH] remove commented-out lines --- lib/template/details-html.php | 2 -- 1 file changed, 2 deletions(-) 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"; } -- 2.39.5