Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 991)
+++ trunk/CHANGELOG	(revision 992)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 15-June-2009 Matthias Gallas
+#	Fixed small bug introduced in changeset [989]
 +	Added missing id tags and copyright notices to droplets modul
 15-June-2009 Dietrich Roland Pehlke (aldus)
 #	Bugfix for ticket #725
Index: trunk/wb/framework/frontend.functions.php
===================================================================
--- trunk/wb/framework/frontend.functions.php	(revision 991)
+++ trunk/wb/framework/frontend.functions.php	(revision 992)
@@ -372,9 +372,9 @@
 
 		// include the Javascript email protection function
 		if( $file_id != 'css' && file_exists(WB_PATH .'/modules/droplets/js/mdcr.js')) {
-			$head_links .= '<script type="text/javascript" src="'.WB_URL.'/modules/droplets/js/mdcr.js"></script>\n';
+			$head_links .= '<script type="text/javascript" src="'.WB_URL.'/modules/droplets/js/mdcr.js"></script>'."\n";
 		} elseif( $file_id != 'css' && file_exists(WB_PATH .'/modules/output_filter/js/mdcr.js')) {
-			$head_links .= '<script type="text/javascript" src="'.WB_URL.'/modules/output_filter/js/mdcr.js"></script>\n';
+			$head_links .= '<script type="text/javascript" src="'.WB_URL.'/modules/output_filter/js/mdcr.js"></script>'."\n";
 		}
 		echo $head_links;
 	}
