mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 18:56:22 +00:00
Update TemplateHelper.php
This commit is contained in:
@@ -60,6 +60,8 @@ class TemplateHelper
|
||||
$flags |= ENT_IGNORE;
|
||||
}
|
||||
|
||||
$raw = str_replace(chr(9), ' ', $raw);
|
||||
|
||||
return htmlspecialchars($raw, $flags, "UTF-8");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user