r618 - trunk/web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 4 13:14:29 EST 2006


Author: floam
Date: 2006-03-04 13:14:29 -0500 (Sat, 04 Mar 2006)
New Revision: 618

Modified:
   trunk/web/include/news.php
Log:
;


Modified: trunk/web/include/news.php
===================================================================
--- trunk/web/include/news.php	2006-03-04 18:13:32 UTC (rev 617)
+++ trunk/web/include/news.php	2006-03-04 18:14:29 UTC (rev 618)
@@ -27,7 +27,7 @@
 				$err = "Failed to grab news item: $err";
 				break;
 			}
-			echo "<h3>" . $item['title'] . "-" . $item['postdate'] . "</h3>\n<p>" . $item['text'] . "</p>"
+			echo "<h3>" . $item['title'] . "-" . $item['postdate'] . "</h3>\n<p>" . $item['text'] . "</p>";
 		}
 	}
 }




More information about the quake3-commits mailing list