mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix conversion.
This commit is contained in:
@@ -95,7 +95,7 @@ class Help implements HelpInterface
|
|||||||
if ('' !== $content) {
|
if ('' !== $content) {
|
||||||
Log::debug('Content is longer than zero. Expect something.');
|
Log::debug('Content is longer than zero. Expect something.');
|
||||||
$converter = new CommonMarkConverter();
|
$converter = new CommonMarkConverter();
|
||||||
$content = $converter->convertToHtml($content);
|
$content = (string) $converter->convertToHtml($content);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $content;
|
return $content;
|
||||||
|
Reference in New Issue
Block a user