Index: branches/5.3.x/core/units/admin/admin_tag_processor.php =================================================================== diff -u -N -r15911 -r15914 --- branches/5.3.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 15911) +++ branches/5.3.x/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 15914) @@ -1,6 +1,6 @@ Array ( - 'htmlmixed.js', 'xml.js', 'javascript.js', 'css.js', 'clike.js', 'php.js' - ), - 'text/html' => Array ( - 'xml.js', 'javascript.js', 'css.js', 'htmlmixed.js' - ) + 'application/x-httpd-php' => array('htmlmixed.js', 'xml.js', 'javascript.js', 'css.js', 'clike.js', 'php.js'), + 'text/css' => array('css.js'), + 'text/html' => array('xml.js', 'javascript.js', 'css.js', 'htmlmixed.js'), + 'text/x-sql' => array('sql.js'), + 'text/x-mysql' => array('sql.js'), ); if ( !isset($language_map[$language]) ) {