Skip to content
Snippets Groups Projects
Commit 4d78130d authored by Frank Naegler's avatar Frank Naegler Committed by Georg Ringer
Browse files

[BUGFIX] Prevent unecessary usage of inline javascript in href attributes

Replace all `<a> ` tags having `href=“javascript:;“` as target
with `<button>` tags of type `button` and appropriate classes.

Resolves: #99917
Releases: main
Change-Id: Ic46df405db3f52cb94b06632b638652ab98d50c6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78663


Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent bcdc124f
Branches
Tags
No related merge requests found
Showing
with 63 additions and 63 deletions
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