]> git.p6c8.net - policy-templates.git/commitdiff
correct ampersands
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Thu, 2 Jul 2020 16:34:20 +0000 (11:34 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Thu, 2 Jul 2020 16:34:20 +0000 (11:34 -0500)
README.md
mac/org.mozilla.firefox.plist

index 94218250d90e6d21d2d6de608bc72875a28833b5..4acb0f4a4ebda8afe82cdc9ecf944375ec2331f8 100644 (file)
--- 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&amp;url=%s"
       }]
     }
   },
index 59be48b62c80e10c1a387518e612fdd358b207f8..5241e7b049f7fdbfbfdeb56c36ec3a3445301df3 100644 (file)
                                                <key>name</key>
                                                <string>Gmail</string>
                                                <key>uriTemplate</key>
-                                               <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
+                                               <string>https://mail.google.com/mail/?extsrc=mailto&amp;url=%s</string>
                                        </dict>
                                </array>
                        </dict>

patrick-canterino.de