diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-21 13:00:28 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-21 13:00:28 (EST) |
commit | 13a912280b8f9e159b9805e8134a8536be6e2747 (patch) | |
tree | 636ab1e0091bcf1b11705cb8303b752dc675a864 /site | |
parent | c5d2e117e3c795c81435d3fcb5b326f39a8e8711 (diff) | |
download | libreboot.org-13a912280b8f9e159b9805e8134a8536be6e2747.zip libreboot.org-13a912280b8f9e159b9805e8134a8536be6e2747.tar.gz libreboot.org-13a912280b8f9e159b9805e8134a8536be6e2747.tar.bz2 |
footer.php: Change wording on the git clone.
Diffstat (limited to 'site')
-rw-r--r-- | site/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/footer.php b/site/footer.php index c38ab84..663d5c3 100644 --- a/site/footer.php +++ b/site/footer.php @@ -19,7 +19,7 @@ ?> <?php if (strlen($lbFooterText)>0) echo "<p>$lbFooterText</p>"; ?> <p> - This website is a clone of a git repository: <b>git clone <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo $lbWebsiteGitRepoAddress; ?></a></b> + This page is from a clone of a git repository: <b>git clone <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo $lbWebsiteGitRepoAddress; ?></a></b> </p> <p> This page is published under the <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License, version 3 or any later version</a>. |