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:' '); +} + +?>