]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove commented-out lines
authormarc tobias <mtmail@gmx.net>
Sat, 6 Feb 2016 11:49:59 +0000 (12:49 +0100)
committermarc tobias <mtmail@gmx.net>
Sat, 6 Feb 2016 11:49:59 +0000 (12:49 +0100)
lib/template/details-html.php

index 7b9226fd421f39125016d6232698c23bb99f51b4..d5c1825207f65396c0ad1b1d27995da1705a4bfd 100644 (file)
 
        function headline($sTitle)
        {
-               // echo "<h2>".$sTitle."</h2>\n";
                echo "<tr class='all-columns'><td colspan='6'><h2>".$sTitle."</h2></td></tr>\n";
        }
 
        function headline3($sTitle)
        {
-               // echo "<h2>".$sTitle."</h2>\n";
                echo "<tr class='all-columns'><td colspan='6'><h3>".$sTitle."</h3></td></tr>\n";
        }