diff --git a/core/themes/engines/twig/twig.engine b/core/themes/engines/twig/twig.engine index 1bf2a57..0897ca3 100644 --- a/core/themes/engines/twig/twig.engine +++ b/core/themes/engines/twig/twig.engine @@ -237,7 +237,7 @@ function twig_drupal_escape_filter(\Twig_Environment $env, $string, $strategy = // We have a string or an object converted to a string: Autoescape it! if (isset($return)) { - if ($autoescape && SafeMarkup::isSafe($return, $strategy) { + if ($autoescape && SafeMarkup::isSafe($return, $strategy)) { return $return; } // Drupal only supports the HTML escaping strategy, so provide a