add missing quote in html returned by handle_pixel theme
This commit is contained in:
parent
f5b3276e62
commit
9e52434480
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class PixelFileHandlerTheme extends Themelet
|
|||
}
|
||||
|
||||
$html = "<img alt='main image' class='shm-main-image' id='main_image' src='$u_ilink' ".
|
||||
"data-width='{$image->width}' data-height='{$image->height} data-mime='{$image->get_mime()}'>";
|
||||
"data-width='{$image->width}' data-height='{$image->height}' data-mime='{$image->get_mime()}'>";
|
||||
$page->add_block(new Block("Image", $html, "main", 10));
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue