How to fix wordpress dashboard appear in html only

Solution:

In your wordpress wp-config.php before require_once add below code into file

define(‘CONCATENATE_SCRIPTS’, false);