summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--theme/dive_export.html2
-rw-r--r--theme/list_lib.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/dive_export.html b/theme/dive_export.html
index e7c643e0f..e27b56b62 100644
--- a/theme/dive_export.html
+++ b/theme/dive_export.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>dive log export</title>
+<title>Subsurface Webview</title>
<script>
//////////////////////////////////
//advance settings window//
diff --git a/theme/list_lib.js b/theme/list_lib.js
index b6982543d..481085049 100644
--- a/theme/list_lib.js
+++ b/theme/list_lib.js
@@ -961,7 +961,7 @@ function getDiveCoor(dive)
{
if (!dive.coordinates)
return "";
- return '<td class="words">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' + translate.Coordinates + ': </td><td>' + '<a href="http://maps.google.com/maps?q=loc:' + dive.coordinates.lat + ',' + dive.coordinates.lon + '" target="_blank">' + getDiveCoorString(dive.coordinates) + '</a></td>';
+ return '<td class="words">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' + translate.Coordinates + ': </td><td>' + '<a href="http://maps.google.com/maps?t=k&q=loc:' + dive.coordinates.lat + ',' + dive.coordinates.lon + '" target="_blank">' + getDiveCoorString(dive.coordinates) + '</a></td>';
}
/**