We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0f1d3 commit 46a07faCopy full SHA for 46a07fa
1 file changed
tpl/github.class.phtml
@@ -55,7 +55,7 @@
55
56
<?= $info->shortDescription ?>
57
58
-<?= str_replace("\n", " \n", $info->longDescription) ?>
+<?= str_replace("\n", " \n", (string)$info->longDescription) ?>
59
60
**Parameters**
61
0 commit comments