Fix meaningful whitespace being hidden after template compile

This commit is contained in:
Kijin Sung 2023-09-18 14:26:56 +09:00
parent b02582c890
commit 5a61bc62d3

View file

@ -337,7 +337,7 @@ class TemplateHandler
], [ ], [
"><?php } ?>\n<?php echo \"\\n\"; ?>", "><?php } ?>\n<?php echo \"\\n\"; ?>",
"\n<?php ?>", "\n<?php ?>",
"\n<?php", "\n\t<?php",
], $buff); ], $buff);
// restore config to previous value // restore config to previous value