diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 17:05:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 17:05:30 (EDT) |
commit | d6743f63e11cb69eaa7f15a394e6a4de8eb2b2cd (patch) | |
tree | d6b262bc5da45e2783b240562f73f306f6fbe9c1 /site/download | |
parent | db3ab3fa9d90d2515b0724f93991cea6cf9e1081 (diff) | |
download | libreboot.org-d6743f63e11cb69eaa7f15a394e6a4de8eb2b2cd.zip libreboot.org-d6743f63e11cb69eaa7f15a394e6a4de8eb2b2cd.tar.gz libreboot.org-d6743f63e11cb69eaa7f15a394e6a4de8eb2b2cd.tar.bz2 |
download page: put link to home page in the unordered list
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/site/download/index.php b/site/download/index.php index eb2d441..31a5376 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -42,12 +42,9 @@ <li><a href="#archives"><?php echo gettext("Release archives"); ?></a></li> <li><a href="#mirror"><?php echo gettext("Rsync mirrors"); ?></a></li> <li><a href="#git"><?php echo gettext("Git repositories (development)"); ?></a></li> + <li><a href="../"><?php echo gettext("Back to home page"); ?></a></li> </ul> - <p> - <a href="../"><?php echo gettext("Back to home page"); ?></a> - </p> - </div> <div id="gpg"> |