Code: Select all
$this->SetParameterType('company_type', CLEAN_STRING);
"company"
after the submit (when validation of form fails) in "company_type" input there is:
The similar problem is with"company"
'company'
which turns into
I know this because CLEAN_STRING parameter, but I need """ and "'" chars to display not as entities and I want to keep XSS prevention also. Is there any possibility to do this without using CLEAN_NONE and to make this change quite easy without changing code with all my 'action" files?'company'