changeset 593:3cceb9f13762

And some more tweaking.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Oct 2014 19:03:04 +0300
parents 642df17214f6
children dc53c26e6667
files msite.inc.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Fri Oct 17 18:58:19 2014 +0300
+++ b/msite.inc.php	Fri Oct 17 19:03:04 2014 +0300
@@ -237,8 +237,8 @@
   "<div class=\"newsItem\" id=\"news".$item["id"]."\">\n".
   "  <h2>".chentities($item["title"])."</h2>\n".
   "  <div class=\"newsText\">".dhentities($item["text"])."</div>\n".
-  "  <div class=\"newsSig\">-- ".chentities($item["author"])."</div>".
-  "<div class=\"newsDate\">".date("d M Y / H:i", $item["utime"])."</div>\n".
+  "  <div class=\"newsAuthor\"><span class=\"newsSig\">-- ".chentities($item["author"])."</span>".
+  "<span class=\"newsDate\">".date("d M Y / H:i", $item["utime"])."</span></div>\n".
   "</div>\n";
 }