Add missing div tag in case of image strip, a=chris
Add missing div tag in case of image strip, a=chris
diff --git a/views/search_view.php b/views/search_view.php
index ab020a5..9e2e639 100755
--- a/views/search_view.php
+++ b/views/search_view.php
@@ -161,6 +161,7 @@ class SearchView extends View implements CrawlConstants
$image_query = "?YIOOP_TOKEN={$data['YIOOP_TOKEN']}".
"&c=search&q={$data['QUERY']}";
$this->imagesHelper->render($page['IMAGES'], $image_query);
+ e( " </div>");
continue;
}?>