mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 11:48:05 +00:00
Fix conversion.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user