Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1009)
+++ trunk/CHANGELOG	(revision 1010)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
+25-June-2009 Matthias Gallas
+#	Bugfix for Error-Level settings (Thanks to Luisehahne)
 23-June-2009 Matthias Gallas
 #	Moved styles from admin/pages/sections.php to sections.htt in backend themes
 	(Thanks to Luisehahne)
Index: trunk/wb/admin/interface/er_levels.php
===================================================================
--- trunk/wb/admin/interface/er_levels.php	(revision 1009)
+++ trunk/wb/admin/interface/er_levels.php	(revision 1010)
@@ -54,6 +54,6 @@
 $ER_LEVELS['6135'] = 'E_ALL^E_NOTICE'; // standard: E_ALL without E_NOTICE
 $ER_LEVELS['0'] = 'E_NONE';
 $ER_LEVELS['6143'] = 'E_ALL';
-$ER_LEVELS['8191'] = 'E_ALL&E_STRICT'; // for programmers
+$ER_LEVELS['8191'] = htmlentities('E_ALL&E_STRICT'); // for programmers
 
 ?>
\ No newline at end of file
