diff --git a/masks/email_conf.html b/masks/email_conf.html
index b6edcd3..dde63cd 100644
--- a/masks/email_conf.html
+++ b/masks/email_conf.html
@@ -25,7 +25,7 @@
|
- [#]lang:email_unsubscribe[#] [#]lang:email_unsub_btn[#]
+ [#]lang:email_unsubscribe[#] [#]lang:email_unsub_btn[#]
|
diff --git a/masks/email_update.html b/masks/email_update.html
index 9e5b98f..a28f68e 100644
--- a/masks/email_update.html
+++ b/masks/email_update.html
@@ -14,7 +14,7 @@
- 
+
[#]lat_dms[#] [#]lon_dms[#]
[#]date_time[#] ([#]timezone[#])
@@ -27,7 +27,7 @@
|
-
+
 [#]comment[#]
[#]content[#] --[#]formatted_name[#]
@@ -39,7 +39,7 @@
|
|
- [#]lang:email_unsubscribe[#] [#]lang:email_unsub_btn[#]
+ [#]lang:email_unsubscribe[#] [#]lang:email_unsub_btn[#]
|
diff --git a/masks/project.html b/masks/project.html
index dc3430d..b7b4e12 100644
--- a/masks/project.html
+++ b/masks/project.html
@@ -33,7 +33,7 @@
-
+
@@ -993,7 +993,7 @@ function getGoogleMapsLink(asInfo) {
href:'https://www.google.com/maps/place/'+asInfo.lat_dms+'+'+asInfo.lon_dms+'/@'+asInfo.latitude+','+asInfo.longitude+',10z',
title: oSpot.lang('see_on_google'),
target: '_blank',
- rel: 'noreferrer'
+ rel: 'noreferrer noopener'
}).text(asInfo.lat_dms+' '+asInfo.lon_dms);
}