diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-22 00:04:26 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-22 00:04:26 +0100 |
commit | ee221138d4bbb5e6209d648a1a14cc176100963a (patch) | |
tree | 95be9048ebd3dc4779e192568c6b92be34fa32ef /browser/base/content | |
parent | bc0273b478b2185ec51adc4a27db2e1b014a6dab (diff) | |
download | UXP-ee221138d4bbb5e6209d648a1a14cc176100963a.tar UXP-ee221138d4bbb5e6209d648a1a14cc176100963a.tar.gz UXP-ee221138d4bbb5e6209d648a1a14cc176100963a.tar.lz UXP-ee221138d4bbb5e6209d648a1a14cc176100963a.tar.xz UXP-ee221138d4bbb5e6209d648a1a14cc176100963a.zip |
Restore the dynamic release notes URL from pref
Diffstat (limited to 'browser/base/content')
-rw-r--r-- | browser/base/content/aboutDialog.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/base/content/aboutDialog.xul b/browser/base/content/aboutDialog.xul index b77896b95..f64e79681 100644 --- a/browser/base/content/aboutDialog.xul +++ b/browser/base/content/aboutDialog.xul @@ -47,7 +47,7 @@ <hbox align="baseline"> #expand <label id="version"></label> #ifndef NIGHTLY_BUILD -#expand <label id="releasenotes" class="text-link" href="https://www.basilisk-browser.org/releasenotes.shtml">&releaseNotes.link;</label> + <label id="releasenotes" class="text-link">&releaseNotes.link;</label> #endif </hbox> |