From 528de055d17099746d7d1220cb508c54d69dd0fd Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 25 Sep 2013 22:55:47 +0200 Subject: [PATCH] make html validator happy --- 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 ba41b931..83df4814 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -80,7 +80,7 @@ echo '

'; if ($aPointDetails['icon']) { - echo ''; + echo ''.$aPointDetails['icon'].''; } echo $aPointDetails['localname'].'

'; echo '
'; -- 2.39.5