Hi, I have a small template that does not render in browsers. It should be completely server side, so I don’t understand why this would be an issue. The template is this. It works fine in my Chrome and Firefox, but not in Opera and Safari. I’ve even added static content to the template to ensure its not my browser cache confusing me and its fine. I’ve even checked a different computer and Chrome does not work. I’m at my wits end. Any help is much appreciated!
<div id="home-photos">
<h3 class="section-head">Latest Photographs</h3>
<div id="home-photos-container">
{exp:ig_picpuller_lite:recent limit='6' use_stale_cache="yes"}
{if "{status}" == "true"}
<a href="http://{link}">{low_resolution}</a>
{if:else} {!-- "{status}" == "false"} --}
ERROR TYPE: {error_type}
ERROR MESSAGE: {error_message}
{/if}
{/exp:ig_picpuller_lite:recent}
</div>
</div>