diff options
-rw-r--r-- | site/download/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/site/download/index.php b/site/download/index.php index b7c70fc..4706124 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -40,8 +40,7 @@ <b> <?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> + </b> <a href="../"><?php echo gettext("Back to home page"); ?></a> </p> <h2 id="http">HTTP mirrors</h2> @@ -67,4 +66,4 @@ <?php $strHtml = ob_get_clean(); echo miniHtml($strHtml); -?>
\ No newline at end of file +?> |