Eliminate the > problem
Posted: Mon Jan 12, 2009 4:28 pm
If you use {if something > something_else} tags in your content blocks, the WYSIWYG editor will convert the > symbol to > which, will break your tags. I know not to hit apply while the WYSIWYG is checked, but other content editors can't be relied upon to remember that.
Here is an very simple solution to this problem.
Instead of > >= y becomes x gt y
x >= y becomes x gte y
You can find the full list of text alternates here:
http://www.smarty.net/manual/en/language.function.if.php
Here is an very simple solution to this problem.
Instead of > >= y becomes x gt y
x >= y becomes x gte y
You can find the full list of text alternates here:
http://www.smarty.net/manual/en/language.function.if.php