mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #6591 from iMattPro/ticket/17297
[ticket/17297] Fix broken no avatar source tag in HTML
This commit is contained in:
commit
4c721de243
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class helper
|
|||
{
|
||||
if ($data['lazy'])
|
||||
{
|
||||
$data['src'] = $this->get_no_avatar_source() . ' data-src="' . $data['src'];
|
||||
$data['src'] = $this->get_no_avatar_source() . '" data-src="' . $data['src'];
|
||||
}
|
||||
|
||||
$src = ' src="' . $data['src'] . '"';
|
||||
|
|
Loading…
Add table
Reference in a new issue