remove line separators

This commit is contained in:
ghost 2024-04-30 04:19:33 +03:00
parent 939d86c94c
commit 25b5ed54de

View File

@ -211,7 +211,7 @@ $server->setHandler(
(string) str_replace('%', '%%', $request), (string) str_replace('%', '%%', $request),
(string) is_null($code) ? '[off]' : $code, (string) is_null($code) ? '[off]' : $code,
(string) mb_strlen($content), (string) mb_strlen($content),
(string) PHP_EOL . $content . PHP_EOL, (string) $content,
], ],
$config->nps->action->handler->debug->template $config->nps->action->handler->debug->template
) . PHP_EOL ) . PHP_EOL