Skip to content
Snippets Groups Projects
Commit e4edc72d authored by Francois Suter's avatar Francois Suter Committed by Christian Kuhn
Browse files

[BUGFIX] Prevent crash saving <a> without "href" attribute

Prevent a PHP error in the HTML parser when saving a content element
containing an <a> tag without "href" attribute by using an empty string
instead of null in the link resolver.

Resolves: #80268
Releases: master
Change-Id: I249f8ad13ebd0b2e9430868fdce287b2745ae9bc
Reviewed-on: https://review.typo3.org/52038


Reviewed-by: default avatarStephan Großberndt <stephan@grossberndt.de>
Tested-by: default avatarStephan Großberndt <stephan@grossberndt.de>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarGianluigi Martino <gmartino27@gmail.com>
Tested-by: default avatarGianluigi Martino <gmartino27@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 45479401
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment