I've got an object in the insert bar that inserts some custom html tags that
are, unfortunately, camel cased. E.g. they look like:
<TagOne></TagOne>

The capitalization needs to be preserved. The problem is that even though I
specify the proper capitalization in my objectTag() function, Dreamweaver just
insists on making the inserted markup all undercase. How does one get around
this?

Thanks!