From: marc tobias Date: Sat, 6 Feb 2016 11:49:59 +0000 (+0100) Subject: remove commented-out lines X-Git-Tag: v.2.5.0~7^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c2b68c337b398aff21bc04d51b83f42608bbbbc8?ds=sidebyside remove commented-out lines --- 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"; }