r759 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 5 20:32:35 EDT 2006


Author: floam
Date: 2006-05-05 20:32:35 -0400 (Fri, 05 May 2006)
New Revision: 759

Modified:
   webspace/include/news.php
Log:
space


Modified: webspace/include/news.php
===================================================================
--- webspace/include/news.php	2006-05-06 00:32:14 UTC (rev 758)
+++ webspace/include/news.php	2006-05-06 00:32:35 UTC (rev 759)
@@ -41,7 +41,7 @@
 				break;
 			}
 			echo "<h3 id=\"" . $item['id'] . "\">" . $item['title'] . " - <em>" .
-			 date("F j, Y", strtotime($item['postdate'])) . "</em><a href=\"/?page=news&amp;news_item=" .
+			 date("F j, Y", strtotime($item['postdate'])) . "</em> <a href=\"/?page=news&amp;news_item=" .
 			 $item['id'] . "\">⚓</a></h3>\n<p>" . $item['text'] . "</p>";
 			if ($current_post++ == $news_item_count - 1)
 				$lastid = $digestItem['id'];




More information about the quake3-commits mailing list