diff --git a/amazon_store_item_reviews_panel.tpl.php b/amazon_store_item_reviews_panel.tpl.php
index d209f41..6154d6b 100644
--- a/amazon_store_item_reviews_panel.tpl.php
+++ b/amazon_store_item_reviews_panel.tpl.php
@@ -7,7 +7,7 @@
 if (!empty($item->CustomerReviews->IFrameURL)) {
 ?>
 <div class="customer_review">
-<iframe class="customer_review_iframe" src="<?php print check_url($item->CustomerReviews->IFrameURL);?>"/>
+<iframe class="customer_review_iframe" src="<?php print check_url($item->CustomerReviews->IFrameURL);?>"></iframe>
 </div>
 <?php
 }
