Option to add a single space in place of any tag that is removed by the
sanitization process. This allows text to be presented correctly within HTML
by not collapsing space when tags are removed.
i.e. "HelloWorld" would sanitize as:
"HelloWorld" without this option, but as:
" Hello World " with this option.
Option to add a single space in place of any tag that is removed by the sanitization process. This allows text to be presented correctly within HTML by not collapsing space when tags are removed.
i.e. "Hello World " would sanitize as:
"HelloWorld" without this option, but as:
" Hello World " with this option.