Skip to content

Compilation in PHP, bug when 2x the same image #59

@lexoyo

Description

@lexoyo

In php, when I set the body of my document to this it behaves correctly

<img src="header.jpeg" />

But when I set the body to this, it crashes

<img src="header.jpeg" />
<img src="header.jpeg" />

To this it behaves correctly again

<img src="header.jpeg" />
<xxximg src="header.jpeg" />

And to this it also behaves correctly

<img src="header.jpeg" /> <img src="xxxheader.jpeg" />

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions