Topic: Completely-cleaned output
Hello,
I am new to htmlawed and have a question that I am sure is simple.
I may be missing something here but when I pass the string to the htmlaw function and echo the cleaned up string it appears that some of the tags that it has cleaned show up on the page. For example the below will show up.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- div, p {
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;
} //-->Is there a way to to discard this rather than display it?
Thank You,
Jason