If I activate multisite in my wp-config.php using the line
define( 'MULTISITE', true );
Then my site starts displaying  characters where ever a space is usually located. As soon as I remark out the define multisite line the problem goes away. Can anyone shed some light on what is happening and how I might go about fixing this.
Thanks