I have the following code in an xmlpackage:
<img src="/skins/skin_2/images/arrow_down.jpg" alt="expand" />
When the page is displayed, it turns to:
<img src="/skins/skin_2/images/arrow_down.jpg" alt="expand">
It loses the closing tag. Any idea why this happens?