From a794241315af89b06e0b43fbde9e0af14c63252f Mon Sep 17 00:00:00 2001 From: Renaud Allard Date: Fri, 16 Dec 2016 15:36:51 +0100 Subject: Put the html code for degree instead of the special character as it cause display issues in some mail clients --- templates/mail/ignitionOff.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/mail/ignitionOff.vm') diff --git a/templates/mail/ignitionOff.vm b/templates/mail/ignitionOff.vm index 229405cca..3a3212b12 100644 --- a/templates/mail/ignitionOff.vm +++ b/templates/mail/ignitionOff.vm @@ -5,6 +5,6 @@ Device: $device.name
Ignition OFF
Time: $event.serverTime
-Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
+Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
-- cgit v1.2.3