|
|
$value = $this->registry->call('Misc', 'absolutize_url', array($element->getAttribute($attribute), $this->base));
|
|
$value = $this->registry->call('Misc', 'absolutize_url', array($element->getAttribute($attribute), $this->base));
|
|
|
$element->setAttribute($attribute, $value);
|
|
$element->setAttribute($attribute, $value);
|