Solved thanks Gary
<!--<img id="logo" alt="logo" src="/_assets/img/logo.png" />--> In context editor does not like /> commented out all the other comments are fine just this one causing all the problems.
Change it to this and its fine.
<!--<img id="logo" alt="logo" src="/_assets/img/logo.png"></img>-->
Seems a bit temperamental to me.