-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I think the presence of an equals sign in the &then attribute is causing errors/problems. This does not work:
[[!If? &subject=[[+loginfp.errors]] &operator=!empty &then=<div class="inline-error">[[+loginfp.errors]]</div> ]]
While this does:
[[!If? &subject=[[+loginfp.errors]] &operator=!empty &then=<div class"inline-error">[[+loginfp.errors]]</div> ]]
there is no visible error, the content portion of th page is just blank. right now I will work around it by:
[[!If? &subject=[[+loginfp.errors]] &operator=!empty &then=[[$someErrorChunk]] ]]
- so no screaming hurry...
-sean
Metadata
Metadata
Assignees
Labels
No labels