From e5909cc78a816f496e4a9f750c6dd830f0f28876 Mon Sep 17 00:00:00 2001 From: Brian Quinion Date: Wed, 7 Nov 2012 16:51:41 +0000 Subject: [PATCH] Remove '(named features only)' because it isn't true any more --- lib/template/details-html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5