의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Images: Show the description as title
This commit is contained in:
부모
2edccf9341
커밋
9f86465fb9
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -1552,7 +1552,7 @@ class BBCode extends BaseObject
|
|||
function ($matches) use ($simple_html) {
|
||||
$matches[1] = self::proxyUrl($matches[1], $simple_html);
|
||||
$matches[2] = htmlspecialchars($matches[2], ENT_COMPAT);
|
||||
return '<img src="' . $matches[1] . '" alt="' . $matches[2] . '">';
|
||||
return '<img src="' . $matches[1] . '" alt="' . $matches[2] . '" title="' . $matches[2] . '">';
|
||||
},
|
||||
$text);
|
||||
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue