diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-10 13:09:45 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-10 13:09:45 +0500 |
commit | 50ca72b3249bece77434a8d5151577dcd8867697 (patch) | |
tree | 889fc63b04191a5e0af129c14c09579fb761b1e9 /templates/mail/deviceOverspeed.vm | |
parent | 17dc43290bb821c77eaaf196e4c6fef4d5c1a343 (diff) | |
download | trackermap-server-50ca72b3249bece77434a8d5151577dcd8867697.tar.gz trackermap-server-50ca72b3249bece77434a8d5151577dcd8867697.tar.bz2 trackermap-server-50ca72b3249bece77434a8d5151577dcd8867697.zip |
- Use URL builder
- Use Curly braces in templates
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> |