diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-17 18:16:37 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-17 18:16:37 +1300 |
commit | 98133819e0ea1b3126f142026aac1f624d2b1497 (patch) | |
tree | 0002d99b7809b4cd033aeef18bb327df4b6d4f30 /templates/mail/deviceStopped.vm | |
parent | 41164f46409fbc1765694a269b186705493bf581 (diff) | |
parent | a794241315af89b06e0b43fbde9e0af14c63252f (diff) | |
download | trackermap-server-98133819e0ea1b3126f142026aac1f624d2b1497.tar.gz trackermap-server-98133819e0ea1b3126f142026aac1f624d2b1497.tar.bz2 trackermap-server-98133819e0ea1b3126f142026aac1f624d2b1497.zip |
Merge pull request #2696 from renaudallard/master
Put the html code for degree instead of the special character
Diffstat (limited to 'templates/mail/deviceStopped.vm')
-rw-r--r-- | templates/mail/deviceStopped.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/deviceStopped.vm b/templates/mail/deviceStopped.vm index c36e6f1b6..273e1c988 100644 --- a/templates/mail/deviceStopped.vm +++ b/templates/mail/deviceStopped.vm @@ -5,6 +5,6 @@ Device: $device.name<br> Stopped<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> |