Skip to content

Empty output if refer to PS array name without a key #5

@vladsavchuk

Description

@vladsavchuk

Consider the following code:

<~list_table>
#<~f[pagesize]>#<br>
#<~f[nonexistent]>#<br>

The output, as expected, is:

image

The output of the whole main.html is empty with the next code:

<~list_table>
#<~f[pagesize]>#<br>
#<~f[nonexistent]>#<br>
#<~f>#<br>

image

I expect empty string or 'array()' as a result of parsing <~f> tag

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