]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Friendica now requires PHP 7.3 or above
[friendica.git] / mod / photos.php
index b4ffb756c160248b58cb47a8057610a8963cb828..4d756583159bb4ea72102bb80a8ce33647bf02e4 100644 (file)
@@ -1432,7 +1432,7 @@ function photos_content(App $a)
                                        ];
 
                                        $title_e = $item['title'];
-                                       $body_e = BBCode::convert($item['body']);
+                                       $body_e = BBCode::convertForUriId($item['uri-id'], $item['body']);
 
                                        $comments .= Renderer::replaceMacros($template,[
                                                '$id' => $item['id'],