Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 929)
+++ trunk/CHANGELOG	(revision 930)
@@ -12,7 +12,8 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 15-Feb-2009 Christian Sommer
-+	redirect time for function print_success can now be defined in Settings (ticket #603)
+#	special chars like &nbsp; are shown when editing Add-on CSS files (ticket #678)
+!	redirect time for function print_success can now be defined in Settings (ticket #603)
 -	removed reload admin tool
 +	added possibility to reload Add-ons via the Add-on section
 14-Feb-2009 Christian Sommer
Index: trunk/wb/modules/edit_module_files.php
===================================================================
--- trunk/wb/modules/edit_module_files.php	(revision 929)
+++ trunk/wb/modules/edit_module_files.php	(revision 930)
@@ -130,8 +130,8 @@
 	  	<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>">
 		<input type="hidden" name="edit_file" value="<?php echo $css_file; ?>" />
 	  	<input type="hidden" name="action" value="save">
-
-		<textarea id="code_area" name="css_data" cols="115" rows="25" wrap="VIRTUAL" style="margin:2px;"><?php echo $css_content; ?>
+		<textarea id="code_area" name="css_data" cols="115" rows="25" wrap="VIRTUAL" style="margin:2px;"><?php
+			echo htmlspecialchars($css_content); ?>
 		</textarea>
 
   			<table cellpadding="0" cellspacing="0" border="0" width="100%">
