When editing a post containing a working image tag, in the form of:
[imgs]
http://tempuri.org/image.jpg [/imgs]
The tag is returned as HTML, sometimes with erroneous spaces inserted, for example:
<a href="http://tempur i.org/image.jp g" target="_blank" rel="lightbox"> <img src="http://tempur i.org/image.jp g" alt="" style="width:150px" /></a>
Since the forums don't support direct HTML, this breaks images when a user edits a post.
This seems to be limited to images, I could not reproduce the behavior with links.
For example:
After edit:
<a href="http://www.fortawesome.biz/images/gta4_glove .jpg" target="_blank" rel="lightbox"> <img src="http://www.fortawesome.biz/images/gta4_glove. jpg" alt="" style="width:150px" /></a>