Skip to content

"data-exptxt" empty when used inside a loop #50

@twistedpixel

Description

@twistedpixel

Seems like "data-exptxt" only gets set once when r() is used inside a loop. For example:

foreach([1,2,3,4,5] as $n) { r($n); }

The result of the above code is that only the first output has "data-exptxt" set. All others do not.

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