From: Brian Quinion Date: Wed, 7 Nov 2012 16:51:41 +0000 (+0000) Subject: Remove '(named features only)' because it isn't true any more X-Git-Tag: v2.2.0~188 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e5909cc78a816f496e4a9f750c6dd830f0f28876 Remove '(named features only)' because it isn't true any more --- diff --git a/lib/template/details-html.php b/lib/template/details-html.php index 3f416fca..3eaca8ad 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -200,7 +200,7 @@ if (isset($aPolyPoints)) if (sizeof($aParentOfLines)) { - echo '

Parent Of (named features only):

'; + echo '

Parent Of:

'; $aGroupedAddressLines = array(); foreach($aParentOfLines as $aAddressLine)