- Issue created by @epalomino
On the latest dev version of 6.x, I cannot recreate this, regardless, I implemented the suggested
htmlspecialchars_decode
. It's good to have that, thanks.
After upgrading to the version 6.0.2, we got an error when try to visit the node edit, revision or delete pages
This is definitely related to the security fixes
It is needed to ensure that the variables passed to the twig templates, in this case to the
line 67 of the file menu.theme
function radix_preprocess_links__dropbutton
'text' => htmlspecialchars_decode(Xss::filter($link['text'])),
Active
6.0
Code
On the latest dev version of 6.x, I cannot recreate this, regardless, I implemented the suggested htmlspecialchars_decode
. It's good to have that, thanks.