mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
28dfc44a86 보완 @kijin
This commit is contained in:
parent
28dfc44a86
commit
bbba3d013e
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ class HTMLDisplayHandler
|
||||||
// remove template path comment tag
|
// remove template path comment tag
|
||||||
if(!Rhymix\Framework\Debug::isEnabledForCurrentUser())
|
if(!Rhymix\Framework\Debug::isEnabledForCurrentUser())
|
||||||
{
|
{
|
||||||
$output = preg_replace('/\n?<!--\s?Template.*?-->\n?/', '', $output);
|
$output = preg_replace('/\n<!-- Template (?:start|end) : .*? -->\r?\n/', "\n", $output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue