diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-15 18:37:16 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-15 18:37:16 (EST) |
commit | b7f2b8ed1053131ecf946e154cc2e85735ba976e (patch) | |
tree | 4b4c426f7f54d4bb4c6594c32caed3ce4107f51c /site/download/index.php | |
parent | dc90401e4c6ebec17306e41d3de9182c9f249bff (diff) | |
download | libreboot.org-b7f2b8ed1053131ecf946e154cc2e85735ba976e.zip libreboot.org-b7f2b8ed1053131ecf946e154cc2e85735ba976e.tar.gz libreboot.org-b7f2b8ed1053131ecf946e154cc2e85735ba976e.tar.bz2 |
Don't use html U, B or I tags. Use HTML5 tags strong and em
Diffstat (limited to 'site/download/index.php')
-rw-r--r-- | site/download/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/download/index.php b/site/download/index.php index eb1d25c..33242df 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -37,10 +37,10 @@ <h1><?php echo gettext("Download libreboot (stable releases)"); ?></h1> <p> - <b> + <strong> <?php echo gettext("The latest release is:"); ?> <?php echo $lbRelease[0][0][0]; ?>. <?php echo gettext("Release date:"); ?> <?php echo $lbRelease[0][0][1]; ?>. - </b> <a href="../"><?php echo gettext("Back to home page"); ?></a> + </strong> <a href="../"><?php echo gettext("Back to home page"); ?></a> </p> <p> These are stable releases, intended for general use. If you want something more up to date @@ -63,8 +63,8 @@ <div> <h1 id="unstable">Download libreboot (unstable/beta releases)</h1> <p style="font-size:120%"> - <b><u>WARNING: the probability that these releases will brick your machine is above 70%</u>. You may also be attacked by sharks. - Proceed with caution.</b> + <strong>WARNING: the probability that these releases will brick your machine is above 70%. You may also be attacked by sharks. + Proceed with caution.</strong> </p> <p> Over time, stable libreboot release cycles have become much slower, due to more boards being supported |