diff options
-rw-r--r-- | type/Base.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/type/Base.class.php b/type/Base.class.php index e18d27a..61973c9 100644 --- a/type/Base.class.php +++ b/type/Base.class.php | |||
@@ -234,7 +234,7 @@ class Type_Base { | |||
234 | case 'debug': | 234 | case 'debug': |
235 | case 1: | 235 | case 1: |
236 | print '<pre>'; | 236 | print '<pre>'; |
237 | htmlentities(print_r($shellcmd, TRUE)); | 237 | print htmlentities(print_r($shellcmd, TRUE)); |
238 | print '</pre>'; | 238 | print '</pre>'; |
239 | break; | 239 | break; |
240 | case 'svg': | 240 | case 'svg': |