diff --git a/ext/handle_ico/theme.php b/ext/handle_ico/theme.php
index aa092709..3741096f 100644
--- a/ext/handle_ico/theme.php
+++ b/ext/handle_ico/theme.php
@@ -4,7 +4,8 @@ class IcoFileHandlerTheme extends Themelet {
public function display_image(Page $page, Image $image) {
$ilink = make_link("get_ico/{$image->id}/{$image->id}.ico");
$html = "
-
+
";
$page->add_block(new Block("Image", $html, "main", 10));
}