From b345db0a647d4bdecd378a9f953c6df3aa0c1b74 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 17 Jun 2015 12:38:24 -0700 Subject: [PATCH] HTML export: better Google maps link This way we get an actual place marker Signed-off-by: Dirk Hohndel --- theme/list_lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/list_lib.js b/theme/list_lib.js index eb26b1eaa..afaa77ad0 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -943,7 +943,7 @@ function getDiveCoor(dive) { if (!dive.coordinates) return ""; - return '     ' + translate.Coordinates + ': ' + '' + getDiveCoorString(dive.coordinates) + ''; + return '     ' + translate.Coordinates + ': ' + '' + getDiveCoorString(dive.coordinates) + ''; } /**