diff --git a/core/lib/Drupal/Core/Template/TwigNodeTrans.php b/core/lib/Drupal/Core/Template/TwigNodeTrans.php index 1bacb9e..ca93682 100644 --- a/core/lib/Drupal/Core/Template/TwigNodeTrans.php +++ b/core/lib/Drupal/Core/Template/TwigNodeTrans.php @@ -84,7 +84,7 @@ public function compile(\Twig_Compiler $compiler) { // Append translation debug markup, if necessary. if ($compiler->getEnvironment()->isDebug()) { - $compiler->raw(" . '\n\n'"); + $compiler->raw(" . '-->\n'"); } // End writing.