Skip to content

fix empty target for the a-html tag#84

Open
franzholz wants to merge 1 commit intobenjaminkott:masterfrom
franzholz:patch-target
Open

fix empty target for the a-html tag#84
franzholz wants to merge 1 commit intobenjaminkott:masterfrom
franzholz:patch-target

Conversation

@franzholz
Copy link

The generated HTML for links is wrong if the target is empty.

See
https://git.typo3.org/typo3/typo3/-/commit/855193aa2f08c71297793b5a118f17f9cb1d4e14

<a href="[/home/](https://example.com/home/)" target="" title="Home">

Remove the empty targets:

 <a href="[/home/](https://example.com/home/)" title="Home">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant