X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fphotos.php;h=4d756583159bb4ea72102bb80a8ce33647bf02e4;hb=ab77f48b8b4966dc96c97215b4781d9fb32e61a7;hp=b4ffb756c160248b58cb47a8057610a8963cb828;hpb=a12144bf61d93d8ddc4b49308a25eaafc7481039;p=friendica.git diff --git a/mod/photos.php b/mod/photos.php index b4ffb756c1..4d75658315 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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'],