Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1012)
+++ trunk/CHANGELOG	(revision 1013)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 25-June-2009 Matthias Gallas
+#	Fixed admintool jsadmin to get XHTML valid output (Thanks to Luisehahne)
 #	Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)
 +	Added option to use also MYSQL_ASSOC and MYSQL_NUM with mysql_fetch_array
 	(Thanks to Luisehahne)
Index: trunk/wb/modules/jsadmin/tool.php
===================================================================
--- trunk/wb/modules/jsadmin/tool.php	(revision 1012)
+++ trunk/wb/modules/jsadmin/tool.php	(revision 1013)
@@ -61,9 +61,9 @@
 }
 
 // Display form
-$persist_order = get_setting('mod_jsadmin_persist_order', true) ? 'checked="1"' : '';
-$ajax_order_pages = get_setting('mod_jsadmin_ajax_order_pages', true) ? 'checked="1"' : '';
-$ajax_order_sections = get_setting('mod_jsadmin_ajax_order_sections', true) ? 'checked="1"' : '';
+$persist_order = get_setting('mod_jsadmin_persist_order', true) ? 'checked="checked"' : '';
+$ajax_order_pages = get_setting('mod_jsadmin_ajax_order_pages', true) ? 'checked="checked"' : '';
+$ajax_order_sections = get_setting('mod_jsadmin_ajax_order_sections', true) ? 'checked="checked"' : '';
 ?>
 <?php
 
