silence
Well-known member
So I'm using something like this in my template:
It submits just fine, however when I go to the page with said template, it's completely messed up. It seems the <ol> tag isn't closed and I'm not sure why.
Can someone tell me why this should, or should not be happening? D:
Thanks!
HTML:
<xen:if is="{$data.istheredata}">
<xen:if is="{$xenOptions.data_position} == 'default'">
<ol class="messageSimpleList" id="ProfilePostList">
<xen:else />
<ol class="profilepost" style="<xen:if is="{$data.istherecontent}">display: inline;<xen:else />display: none;</xen:if>">
</xen:if>
</xen:if>
<li id="submit">
<a href="submit.com">Submit</a>
</li>
</ol>
Can someone tell me why this should, or should not be happening? D:
Thanks!