mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
About: Fix parsing Textile files in knowledgebase
This commit is contained in:
parent
5e80477ae2
commit
7508030909
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue