In php, when I set the body of my document to this it behaves correctly
<img src="header.jpeg" />
But when I set the body to this, it crashes
<img src="header.jpeg" />
<img src="header.jpeg" />
To this it behaves correctly again
<img src="header.jpeg" />
<xxximg src="header.jpeg" />
And to this it also behaves correctly
<img src="header.jpeg" />
<img src="xxxheader.jpeg" />
In php, when I set the body of my document to this it behaves correctly
<img src="header.jpeg" />
But when I set the body to this, it crashes
<img src="header.jpeg" />
<img src="header.jpeg" />
To this it behaves correctly again
<img src="header.jpeg" />
<xxximg src="header.jpeg" />
And to this it also behaves correctly
<img src="header.jpeg" /> <img src="xxxheader.jpeg" />