Hi, Has anyone experienced a trailing {/if string being output from a nested conditional statement as per the following example? I would be very grateful to know if this is to do with my code or some unexpected behaviour by EE. Thanks in advance of any opinions. Jack
{if embed:category_id != "" AND embed:channel_name != ""}
<div id="LinksToPages">
{exp:channel:entries channel="{embed:channel_name}" category="{embed:category_id}" dynamic="off" orderby="general_content_navigation_order" sort="asc" backspace="6"}
{if general_content_exclude_from_nav == ""}
<a href="http://index.php?/{segment_1}/{entry_id}" title="{title}">{title}</a> |
{/if}
{/exp:channel:entries}
</div>
{/if}