From b79fcea50da3b7a660f252ec1001351d1c2f7f56 Mon Sep 17 00:00:00 2001 From: Jorg K Date: Thu, 1 Feb 2018 20:24:43 +0100 Subject: [PATCH] Bug 1434951 - fix invalid pref syntax (spotted by aceman). rs=bustage-fix --- mail/app/profile/all-thunderbird.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index 04b4b4a75c..0371911f5c 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -115,7 +115,7 @@ pref("app.releaseNotesURL", "https://live.mozillamessaging.com/%APP%/releasenote // URL for "Learn More" for Crash Reporter. pref("toolkit.crashreporter.infoURL", - "https://www.mozilla.org/thunderbird/legal/privacy/#crash-reporter");"); + "https://www.mozilla.org/thunderbird/legal/privacy/#crash-reporter"); // Base URL for web-based support pages. pref("app.support.baseURL", "https://support.live.mozillamessaging.com/%LOCALE%/%APP%/%APPBUILDID%/");