Skip to content

Commit 7d181bc

Browse files
author
Ruslan Plotnikov
committed
Fix debug messages
1 parent f6e8a15 commit 7d181bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ class="w-100 d-block"
726726
border: 1px solid green;
727727
white-space: pre-wrap;
728728
"
729-
>' . print_r($mixedInput, true) . '</pre>';
729+
>' . htmlspecialchars(print_r($mixedInput, true)) . '</pre>';
730730
}
731731
}
732732

0 commit comments

Comments
 (0)