Skip to content

Wrong check for text binding #19

@arv

Description

@arv

HTMLTemplateElement.cpp, addTextBinding, line 94

if (index != notFound && text->data().find("}}"))

this should be find("}}", index + 2) or we would match strings like this " abc }} def {{ ghi"

I should really just create my own clone and do pull requests.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions