remove extra newline

This commit is contained in:
Daku 2017-03-18 00:49:08 +00:00
parent 2b62cc8171
commit acba60e7aa

View File

@ -6,7 +6,6 @@ class SVGFileHandlerTheme extends Themelet {
// $ilink = $image->get_image_link();
$html = "
<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));
}