Federico Jacobi
Federico Jacobi
@stodorovic There-in lies the problem! `&` should stay as-is. I'll add a commit to fix that other file too. Issue is: - The browser doesn't convert `&` into `&` when...
@stodorovic I can see the issue you are describing as potential, however, it would not occur with this changeset. `htmlspecialchars` only deals with `&"'`. The string case shouldn't be manipulated....
@iamazik It does not. It is a similar yet unrelated problem. I would argue the merged PR https://github.com/Yoast/wordpress-seo/issues/18334 doesn't fix the mentioned problem itself, but just adds a bandaid. The...
@stodorovic you are absolutely right. XML should be encoded everywhere except for cdata blocks, so let's just leave that part as is. In which case, this PR can also stand...
@mmikhan how can we get this PR merged? it seems it was "forgotten". Thanks!