changeset 660:fe1ca8a26e78

Adjust the HTML of about page a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Nov 2014 15:27:38 +0200
parents 1702a5e0b9c3
children f1016ed4b05b
files pages/about.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pages/about.inc.php	Wed Nov 05 15:16:56 2014 +0200
+++ b/pages/about.inc.php	Wed Nov 05 15:27:38 2014 +0200
@@ -15,6 +15,6 @@
   foreach ($res as $item)
     stPrintNewsItem($item);
 
-  echo "<a class=\"moreNews\" href=\"news\">More news ...</a>\n";
+  echo "<div class=\"moreNews\"><a href=\"news\">More news ...</a></div>\n";
 }
 ?>