diff options
Diffstat (limited to 'templates/mail/deviceOverspeed.vm')
-rw-r--r-- | templates/mail/deviceOverspeed.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/deviceOverspeed.vm b/templates/mail/deviceOverspeed.vm index 27cf1f704..7b99c6a06 100644 --- a/templates/mail/deviceOverspeed.vm +++ b/templates/mail/deviceOverspeed.vm @@ -12,6 +12,6 @@ Device: $device.name<br> Exceeds the speed: $speedString<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> |