diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-13 22:06:46 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-13 22:06:46 +0200 |
commit | 386266fab1d56b6ca116271d4670155653fa43ff (patch) | |
tree | 2a99a0037cbef5250439dba62556e3b0c0c20eb6 /toolkit/content/about.xhtml | |
parent | f2bc0785b9852dae1b6f5c700fbca41e573aa916 (diff) | |
parent | ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643 (diff) | |
download | UXP-386266fab1d56b6ca116271d4670155653fa43ff.tar UXP-386266fab1d56b6ca116271d4670155653fa43ff.tar.gz UXP-386266fab1d56b6ca116271d4670155653fa43ff.tar.lz UXP-386266fab1d56b6ca116271d4670155653fa43ff.tar.xz UXP-386266fab1d56b6ca116271d4670155653fa43ff.zip |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
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> |