htmlpurifier icon indicating copy to clipboard operation
htmlpurifier copied to clipboard

body element removed

Open simonLeary42 opened this issue 9 months ago • 3 comments

input:

<html>
  <body style="color:white; background-color:black">
    <p>hello, world!</p>
  </body>
</html>

output:

    <p>hello, world!</p>

is it possible to configure htmlpurifier to allow the body element?

edit: the original output I included was modified by my web browser, I got the actual purifier output with print debugging

simonLeary42 avatar Jan 09 '25 20:01 simonLeary42