diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 11:24:12 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-31 11:24:12 (EDT) |
commit | a9894c7fca161e1ec31d529aeeb4592ec482a39b (patch) | |
tree | 3d03a4368980fb5b61ccc7220adf617e2c7e8efd | |
parent | 3a9e942fb5080e0ae6d8a9bba6ed9ba065c2b1aa (diff) | |
download | libreboot.org-a9894c7fca161e1ec31d529aeeb4592ec482a39b.zip libreboot.org-a9894c7fca161e1ec31d529aeeb4592ec482a39b.tar.gz libreboot.org-a9894c7fca161e1ec31d529aeeb4592ec482a39b.tar.bz2 |
home page: don't show license in title= for the logo
It's CC-0. License is already shown in license.txt in the repo.
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index e68ae70..602ab57 100644 --- a/site/index.php +++ b/site/index.php @@ -34,7 +34,7 @@ <div> <p> - <img src="logo/logo-small.png" alt="" title="<?php include "logo/license.txt"; ?>" /> + <img src="logo/logo-small.png" alt="" /> </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> |