Stuart Wright
Well-known member
Hi folks, I have this code
and going by my coding background that the trim function removes leading and trailing spaces, I want to shorten it to
Except, that doesn't work, does it.
So how do I do this, please?
Thanks
Code:
<xf:if is="{$block.block_title} != 'Conclusion' && {$block.block_title} != 'Conclusion '">
Code:
<xf:if is="<xf:trim>{$block.block_title}</xf:trim> != 'Conclusion'">
So how do I do this, please?
Thanks