Skip to content

equals sign in &then attribute causes errors #6

@BigBlockStudios

Description

@BigBlockStudios

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions