mirror of
https://github.com/filp/whoops.git
synced 2026-09-19 06:06:19 +00:00
TemplateHelper: cleanup consistent quote characters
This commit is contained in:
@@ -27,7 +27,7 @@ class TemplateHelper
|
||||
{
|
||||
$flags = ENT_QUOTES;
|
||||
|
||||
if (defined('ENT_SUBSTITUTE')) {
|
||||
if (defined("ENT_SUBSTITUTE")) {
|
||||
$flags |= ENT_SUBSTITUTE;
|
||||
} else {
|
||||
// This is for 5.3.
|
||||
|
||||
Reference in New Issue
Block a user