From: Brian Quinion Date: Wed, 7 Nov 2012 23:46:50 +0000 (+0000) Subject: make selfintersections a link X-Git-Tag: v2.2.0~186 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/9f7844ec7a8fe4426eb8a34165158ca6712760e3 make selfintersections a link --- diff --git a/lib/template/details-error-html.php b/lib/template/details-error-html.php index ee23e661..b93d6495 100644 --- a/lib/template/details-error-html.php +++ b/lib/template/details-error-html.php @@ -142,7 +142,24 @@ body { ?>

This object has an invalid geometry.

-

Details:

+

Details: ".($sVal?$sVal:' ').""; +} +else +{ + echo ($sVal?$sVal:' '); +} + +?>