Mismatched case in IMG tags causes tag not to be recognised.

foo

  • Posts: 2
Apologies if this one's already been reported -- I did a search for it and found nothing. The problem manifests itself when you use different case on opening and closing IMG tags. Example:
Code: [Select]
[IMG]http://i62.tinypic.com/j7xpo7.jpg[/img]

It has the result that the closing img tag isn't recognised -- although the image is inserted, but what follows is swallowed. Plainly it's not a big problem, and the work-around is obvious, but I thought I'd better report it.