mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
Fix meaningful whitespace being hidden after template compile
This commit is contained in:
parent
b02582c890
commit
5a61bc62d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue