mirror of
https://github.com/filp/whoops.git
synced 2026-09-18 21:56:32 +00:00
TemplateHelper: fix whitespace broken by GitHub editor in 70e23d1c
This commit is contained in:
@@ -27,8 +27,8 @@ class TemplateHelper
|
||||
{
|
||||
$flags = ENT_QUOTES;
|
||||
|
||||
// HHVM has all constants defined, but only ENT_IGNORE
|
||||
// works at the moment
|
||||
// HHVM has all constants defined, but only ENT_IGNORE
|
||||
// works at the moment
|
||||
if (defined("ENT_SUBSTITUTE") && !defined("HHVM_VERSION")) {
|
||||
$flags |= ENT_SUBSTITUTE;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user