diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-10 09:07:58 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-10 09:07:58 (EDT) |
commit | 961210e4103f83a73144633447ccd409c062005b (patch) | |
tree | 00472f55af505c1b275e00c2d1f0c1e1302ff0f4 /site | |
parent | 142cf4076b05cad3dd543d3eaee72c832eda3f28 (diff) | |
download | libreboot.org-961210e4103f83a73144633447ccd409c062005b.zip libreboot.org-961210e4103f83a73144633447ccd409c062005b.tar.gz libreboot.org-961210e4103f83a73144633447ccd409c062005b.tar.bz2 |
site/index.php: Fix formatting issue
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index bdd6bb8..c969199 100644 --- a/site/index.php +++ b/site/index.php @@ -46,7 +46,10 @@ <?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software. The project is aimed at users, attempting to make coreboot as easy to - use as possible. <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a>. + use as possible. + </p> + <p> + <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a> </p> </div> |