diff options
author | Adam Spragg <adam@spra.gg> | 2018-06-19 22:29:25 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-06-19 22:29:25 +0100 |
commit | 50bc7e1249b1f3c96c2b8284c80683eb4850a72a (patch) | |
tree | b50fed671a3310cfcea711426f37aabbd80b4e3f /html/about | |
parent | 2f5472519016b3092dea07d6f041b1cb74c3cd13 (diff) |
Fix "licenses", and superscript "rd" in 3rd
Diffstat (limited to 'html/about')
-rw-r--r-- | html/about | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ <?php echo indent(site_header('SSSL / About'), 3); ?> </header> <main> - <h2><img src="/img/icons/Faenza/mimetypes/32/text-x-copying.png" alt="©" /> 3rd party resources</h2> + <h2><img src="/img/icons/Faenza/mimetypes/32/text-x-copying.png" alt="©" /> 3<sup>rd</sup> party resources</h2> <p>First up, as well as whatever other web apps I end up putting in various places on the site, up front I should point out that the fonts and icons I use on the main site are the @@ -24,7 +24,7 @@ <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3</a>, and the <a href="https://techbase.kde.org/Projects/Oxygen">Oxygen</a> icon set under the <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">LGPL 3</a>. - As well as linking to the project websites themselves, as required by their licences I am + As well as linking to the project websites themselves, as required by their licenses I am providing the source files that I have been provided by my upstream (<a href="https://www.debian.org/">Debian</a>) for download from this site, at <a href="/src">/src</a>.</p> |