Add missing div tag in case of image strip, a=chris

Chris Pollett [2012-06-16 16:16:03]
Add missing div tag in case of image strip, a=chris
Filename
views/search_view.php
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;
                 }?>
ViewGit