diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-13 16:04:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 16:04:37 -0400 |
commit | ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643 (patch) | |
tree | 8f46c229047ad9b38122d3a415361403763cc115 /toolkit/content/about.xhtml | |
parent | 501db456d4d84a9345374e9b15775f6e10883a41 (diff) | |
parent | dfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b (diff) | |
download | UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.gz UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.lz UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.xz UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.zip |
Merge pull request #150 from janekptacijarabaci/about_1
moebius#173: Fix up "about:" page
Diffstat (limited to 'toolkit/content/about.xhtml')
-rw-r--r-- | toolkit/content/about.xhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/content/about.xhtml b/toolkit/content/about.xhtml index d5245928f..1f57ddcc3 100644 --- a/toolkit/content/about.xhtml +++ b/toolkit/content/about.xhtml @@ -24,7 +24,6 @@ <div id="aboutLogoContainer"> <a id="vendorURL"> <img src="about:logo" alt="&brandShortName;"/> - <p id="version">&about.version;</p> </a> </div> @@ -33,7 +32,9 @@ <li>&about.license.beforeTheLink;<a href="about:license">&about.license.linkTitle;</a>&about.license.afterTheLink;</li> <li hidden="true">&about.relnotes.beforeTheLink;<a id="releaseNotesURL">&about.relnotes.linkTitle;</a>&about.relnotes.afterTheLink;</li> <li>&about.buildconfig.beforeTheLink;<a href="about:buildconfig">&about.buildconfig.linkTitle;</a>&about.buildconfig.afterTheLink;</li> + <li id="version">&about.version;</li> <li id="buildID">&about.buildIdentifier;</li> + <li id="userAgent">&about.userAgent;</li> <script type="application/javascript" src="chrome://global/content/about.js"/> </ul> |