fixing a problem with hex and JSON
gettign rid of the migration.txt script, because it's now published on the site instead since all changes are complete
This commit is contained in:
parent
988975abea
commit
d24ac0b273
11 changed files with 10 additions and 952 deletions
|
|
@ -403,7 +403,7 @@ sub showDebug {
|
|||
$text = $self->session->stow->get('debug_info');
|
||||
$text =~ s/\n/\<br \/\>\n/g;
|
||||
$output .= '<div style="text-align: left;background-color: #ffffdd;color: #000000;">'.$text."</div>\n";
|
||||
$text = JSON::objToJson($self->session->form->paramsHashRef(), {pretty=>1, indent=>4});
|
||||
$text = JSON::objToJson($self->session->form->paramsHashRef(), {pretty => 1, indent => 4, autoconv=>0, skipinvalid=>1});
|
||||
$text =~ s/&/&/xsg;
|
||||
$text =~ s/>/>/xsg;
|
||||
$text =~ s/</</xsg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue