Fix URLs in our image helper having multiple params
This commit is contained in:
parent
08c879249b
commit
9571d1059f
|
@ -77,7 +77,7 @@ $this->addHelperFunction('img', function ($url, $params = null, array $propertie
|
|||
|
||||
return sprintf(
|
||||
'<img src="%s"%s />',
|
||||
$view->escape($view->url($url, $params)),
|
||||
$view->escape($view->url($url, $params)->getAbsoluteUrl()),
|
||||
$view->propertiesToString($properties)
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue