mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
This commit is contained in:
@@ -204,7 +204,7 @@ class FO_ExternalGraphic extends FO_Block
|
||||
|
||||
$pdf = $this->getPdf();
|
||||
|
||||
$src = $this->getContext("src");
|
||||
$src = trim($this->getContext("src"));
|
||||
$width = $this->getContext("width");
|
||||
$height = $this->getContext("height");
|
||||
$x = $this->getContext("posx");
|
||||
|
||||
Reference in New Issue
Block a user