diff options
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 |