1

Topic: some html returns nothing after filtering

I have been using htmLawed to process/beautify some html before rendering and have noticed that some html (although completely valid) returns no string after sending it through the processor.

Please see this page as an example:
http://stitch-technologies.com/contact-us

I believe it may have something to do with the square brackets in the input attributes.  I have turned htmLawed off for that page, otherwise I get a blank page.

2

Re: some html returns nothing after filtering

Could this be related to PHP 'magic quotes'? See this thread. If not, is there any other type of processing done on the input/output text?