I’ve got this bit of template:
{exp:weblog:entries weblog="weblog1" limit="1" orderby="date" sort="desc" paginate="bottom" disable="member_data"}
<div class="IndexPostTitle">{title}</div>
<div class="IndexPostBody">{exp:limiter paragraphs="1" characters="500"} {1_body}{/exp:limiter}</div>
<div class="IndexPostLink"><a href="http://{comment_url_title_auto_path}">read on >></a></div>
{/exp:weblog:entries}It results in:
<div class="IndexPostTitle">Octocon Q&A</div>
<div class="IndexPostBody">The <a href="http://www.octocon.com/">Octocon</a> Q&A has just wrapped, and we’ve posted <a href="http://www.westeros.org/Citadel/SSM/Entry/4555/">a transcription</a> from lady narcissa (from the <a href="http://asoiaf.westeros.org/">A Song of Ice and Fire forum</a>) to the <a href="http://www.westeros.org/Citadel/SSM/">So Spake Martin collection</a> of correspondence and convention reports. Quite a lot of good material,but be aware that there are some small spoilers here and there for…</div>
<div class="IndexPostLink"><a href="http://www.westeros.org/Updates/Entry/Octocon_QA/">read on >></a></div>I have no idea where the tag comes from. Is it the plugin? I looked through the code, though, and couldn’t see anything that referenced inserting a tag. I am completely baffled and apparently it breaks the site entirely on Safari.