mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/17297] Fix broken no avatar source tag in HTML
PHPBB3-17297 Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
parent
fc23fd39d2
commit
1ec51c99e5
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