About: Fix parsing Textile files in knowledgebase

This commit is contained in:
Maxim Leshchenko 2022-01-16 00:03:35 +02:00
parent 5e80477ae2
commit 7508030909
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE

View file

@ -219,7 +219,7 @@ final class SupportPresenter extends OpenVKPresenter
array_shift($lines);
}
$content = implode("\r\n", $lines);
$content = implode($lines);
$parser = new Textile\Parser;
$this->template->heading = $heading;