mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Fix conversion.
This commit is contained in:
parent
4b9f70db1c
commit
d97f090f86
@ -95,7 +95,7 @@ class Help implements HelpInterface
|
||||
if ('' !== $content) {
|
||||
Log::debug('Content is longer than zero. Expect something.');
|
||||
$converter = new CommonMarkConverter();
|
||||
$content = $converter->convertToHtml($content);
|
||||
$content = (string) $converter->convertToHtml($content);
|
||||
}
|
||||
|
||||
return $content;
|
||||
|
Loading…
Reference in New Issue
Block a user