remove extra newline
This commit is contained in:
parent
2b62cc8171
commit
acba60e7aa
@ -6,7 +6,6 @@ class SVGFileHandlerTheme extends Themelet {
|
|||||||
// $ilink = $image->get_image_link();
|
// $ilink = $image->get_image_link();
|
||||||
$html = "
|
$html = "
|
||||||
<img src='$ilink' id='main_image' class='shm-main-image' data-width='{$image->width}' data-height='{$image->height}' />
|
<img src='$ilink' id='main_image' class='shm-main-image' data-width='{$image->width}' data-height='{$image->height}' />
|
||||||
|
|
||||||
";
|
";
|
||||||
$page->add_block(new Block("Image", $html, "main", 10));
|
$page->add_block(new Block("Image", $html, "main", 10));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user