diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-28 10:30:32 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-28 10:30:32 (EDT) |
commit | 2f4bea998a8688244ed77ff0e3bd7f1ae7b758fc (patch) | |
tree | 3a133716b9727ca20d8468ae0c2834334562d96c /site | |
parent | 56558616fbdf5ec407230e887a68a4124ea67f15 (diff) | |
download | libreboot.org-2f4bea998a8688244ed77ff0e3bd7f1ae7b758fc.zip libreboot.org-2f4bea998a8688244ed77ff0e3bd7f1ae7b758fc.tar.gz libreboot.org-2f4bea998a8688244ed77ff0e3bd7f1ae7b758fc.tar.bz2 |
footer: fix space
Diffstat (limited to 'site')
-rw-r--r-- | site/footer.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/footer.php b/site/footer.php index 6d61112..724ef40 100644 --- a/site/footer.php +++ b/site/footer.php @@ -19,8 +19,7 @@ ?> <div class="s"> <p> - <?php echo gettext("This page is released under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, and available in a git repository:"); ?> - <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("browse the repository"); ?></a>. + <?php echo gettext("This page is released under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, and available in a git repository:"); ?> <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("browse the repository"); ?></a>. </p> <p> <?php echo gettext("This website is hosted on a libreboot system, running a <a href=\"https://www.gnu.org/distros/\">fully libre GNU/Linux distribution</a>."); ?> |