mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-10 01:06:20 +02:00
- Modify hash format to be more intuitive
- Add parameter that controls magic quotes processing in loadArrayFromForm git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1107 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@ -168,7 +168,7 @@ class HTMLPurifier_Printer_ConfigForm_default extends HTMLPurifier_Printer {
|
||||
case 'hash':
|
||||
$nvalue = '';
|
||||
foreach ($value as $i => $v) {
|
||||
$nvalue .= "$i,$v,";
|
||||
$nvalue .= "$i:$v,";
|
||||
}
|
||||
$value = $nvalue;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user