diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 17:04:15 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 17:04:15 (EDT) |
commit | db3ab3fa9d90d2515b0724f93991cea6cf9e1081 (patch) | |
tree | 87b94de53006063d5911c67710d1257ffb1ec8dd /site/contrib/index.php | |
parent | 52b5f37d936f2e4d953a2977a31ce6167508f44d (diff) | |
download | libreboot.org-db3ab3fa9d90d2515b0724f93991cea6cf9e1081.zip libreboot.org-db3ab3fa9d90d2515b0724f93991cea6cf9e1081.tar.gz libreboot.org-db3ab3fa9d90d2515b0724f93991cea6cf9e1081.tar.bz2 |
Maintainers page: fix space
Diffstat (limited to 'site/contrib/index.php')
-rw-r--r-- | site/contrib/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php index 6698360..1eda831 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -37,8 +37,7 @@ <h1><?php echo gettext("Libreboot project maintainers"); ?></h1> <p> - <?php echo gettext("List of project maintainers, and how to contact them."); ?> - <a href="../"><?php echo gettext("Back to home page"); ?></a> + <?php echo gettext("List of project maintainers, and how to contact them."); ?> <a href="../"><?php echo gettext("Back to home page"); ?></a> </p> </div> |