diff options
author | Renaud Allard <renaud@allard.it> | 2016-12-16 15:36:51 +0100 |
---|---|---|
committer | Renaud Allard <renaud@allard.it> | 2016-12-16 15:36:51 +0100 |
commit | a794241315af89b06e0b43fbde9e0af14c63252f (patch) | |
tree | 45a1a39b6a3d0e9c109bda9c7514888b9b6a4b5a /templates/mail/geofenceEnter.vm | |
parent | a06891f76bea2f514caedb3fb8b84af8c629ec6b (diff) | |
download | trackermap-server-a794241315af89b06e0b43fbde9e0af14c63252f.tar.gz trackermap-server-a794241315af89b06e0b43fbde9e0af14c63252f.tar.bz2 trackermap-server-a794241315af89b06e0b43fbde9e0af14c63252f.zip |
Put the html code for degree instead of the special character as it cause display issues in some mail clients
Diffstat (limited to 'templates/mail/geofenceEnter.vm')
-rw-r--r-- | templates/mail/geofenceEnter.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/geofenceEnter.vm b/templates/mail/geofenceEnter.vm index cef24723a..75d16617f 100644 --- a/templates/mail/geofenceEnter.vm +++ b/templates/mail/geofenceEnter.vm @@ -5,6 +5,6 @@ Device: $device.name<br> Has entered geofence: $geofence.name<br> Time: $event.serverTime<br> -Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br> +Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br> </body> </html> |