mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
remove commented-out lines
This commit is contained in:
@@ -13,13 +13,11 @@
|
|||||||
|
|
||||||
function headline($sTitle)
|
function headline($sTitle)
|
||||||
{
|
{
|
||||||
// echo "<h2>".$sTitle."</h2>\n";
|
|
||||||
echo "<tr class='all-columns'><td colspan='6'><h2>".$sTitle."</h2></td></tr>\n";
|
echo "<tr class='all-columns'><td colspan='6'><h2>".$sTitle."</h2></td></tr>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
function headline3($sTitle)
|
function headline3($sTitle)
|
||||||
{
|
{
|
||||||
// echo "<h2>".$sTitle."</h2>\n";
|
|
||||||
echo "<tr class='all-columns'><td colspan='6'><h3>".$sTitle."</h3></td></tr>\n";
|
echo "<tr class='all-columns'><td colspan='6'><h3>".$sTitle."</h3></td></tr>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user