[tbb-commits] [tor-browser/tor-browser-31.4.0esr-4.5-1] fixup! Bug #4234: Use the Firefox Update Process for TBB.
gk at torproject.org
gk at torproject.org
Wed Feb 18 10:24:35 UTC 2015
commit 25646ee4fcc9e6b910a1441616d744089a57dac5
Author: Georg Koppen <gk at torproject.org>
Date: Wed Feb 18 11:22:33 2015 +0000
fixup! Bug #4234: Use the Firefox Update Process for TBB.
Small indentation fix.
---
browser/base/content/aboutDialog.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/browser/base/content/aboutDialog.js b/browser/base/content/aboutDialog.js
index ba856d1..0a6ab8b 100644
--- a/browser/base/content/aboutDialog.js
+++ b/browser/base/content/aboutDialog.js
@@ -55,7 +55,8 @@ function init(aEvent)
let versionElem = document.getElementById("version");
if (versionElem)
versionElem.textContent = TOR_BROWSER_VERSION +
- " (based on Mozilla Firefox " + versionElem.textContent + ")";
+ " (based on Mozilla Firefox " +
+ versionElem.textContent + ")";
#endif
#ifdef MOZ_UPDATER
More information about the tbb-commits
mailing list