This commit is contained in:
conory 2018-01-30 00:22:38 +09:00
parent 28dfc44a86
commit bbba3d013e

View file

@ -255,7 +255,7 @@ class HTMLDisplayHandler
// remove template path comment tag
if(!Rhymix\Framework\Debug::isEnabledForCurrentUser())
{
$output = preg_replace('/\n?<!--\s?Template.*?-->\n?/', '', $output);
$output = preg_replace('/\n<!-- Template (?:start|end) : .*? -->\r?\n/', "\n", $output);
}
}