From be2fe5f606949f1244b7e9def410d5ee18216761 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 2 Jul 2020 11:34:20 -0500
Subject: [PATCH 1/1] correct ampersands
---
README.md | 2 +-
mac/org.mozilla.firefox.plist | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9421825..4acb0f4 100644
--- a/README.md
+++ b/README.md
@@ -2508,7 +2508,7 @@ Value (string):
"ask": true | false,
"handlers": [{
"name": "Gmail",
- "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
+ "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
}]
}
},
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 59be48b..5241e7b 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -317,7 +317,7 @@
name
Gmail
uriTemplate
- https://mail.google.com/mail/?extsrc=mailto&url=%s
+ https://mail.google.com/mail/?extsrc=mailto&url=%s
--
2.34.1