Hi,
I have a simple conditional:
{if segment_1 != ''}
{if segment_2 == ''}
Segment 1 is not blank and segment 2 is blank
{/if}
{/if}
{if segment_1 != ''}
{if segment_2 != ''}
Segment 1 is not blank and so is the segment 2.
{/if}
{/if}Now, if I understood right, visiting site.com/segment1 should not process the second block of code. But, interesting enough, it processes the second block of code as well! What’s interesting though is, it does hide the content of second block code if only site.com/segment1 request made, which is expected and working properly on hiding the content but still processes the tags etc.
Is it a known issue?
EE tested on:
v2.4.0 - Build: date 20120123