Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1113)
+++ trunk/CHANGELOG	(revision 1114)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 9-Aug-2009 Matthias Gallas
+#	Fixed bug in news modul introduced in changeset [1057]
 #	Added missing variables also to preferences.php. Forgot in Changeset [1112]
 8-Aug-2009 Matthias Gallas
 #	Added some missing variables to backend_themes (Thanks to Stefek)
Index: trunk/wb/modules/news/view.php
===================================================================
--- trunk/wb/modules/news/view.php	(revision 1113)
+++ trunk/wb/modules/news/view.php	(revision 1114)
@@ -383,6 +383,7 @@
 			} else {
 				$content .= '<tr><td>None Found<br /></td></tr>';
 			}
+			echo $content;
 		}
 		
 		// Print comments footer
