Index: branches/2.6.x/wb/framework/frontend.functions.php
===================================================================
--- branches/2.6.x/wb/framework/frontend.functions.php	(revision 516)
+++ branches/2.6.x/wb/framework/frontend.functions.php	(revision 517)
@@ -313,7 +313,7 @@
 		$head_links = "";
 		if($file_id == "css") {
       	$base_link = '<link href="'.WB_URL.'/modules/{MODULE_DIRECTORY}/frontend.css"'; 
-			$base_link.= 'rel="stylesheet" type="text/css" media="screen" />';
+			$base_link.= ' rel="stylesheet" type="text/css" media="screen" />';
 			$base_file = "frontend.css";
 		} else {
 			$base_link = '<script type="text/javascript" src="'.WB_URL.'/modules/{MODULE_DIRECTORY}/frontend.js"></script>';
