I’m using this code to output a gallery image:
{exp:weblog:entries weblog="target_cover" limit="1" orderby="url_title" sort="desc" disable="member_data|trackbacks"}
{related_entries id="target_cover_image"}
{medium_url}
{/related_entries}
{/exp:weblog:entries}Although I cose the image tag (... >) it still outputs like this:
<a href="http://ww2.tear.org.au/images/gallery/target/2007-3.jpg">http://ww2.tear.org.au/images/gallery/target/2007-3.jpg</a>Can this behaviour be changed? I’d like it to be compliant with xhtml 1.0 strict.
Thanks