-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
W3C Markup Validation Service shows 16 errors:
Line 688, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 751, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 814, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 862, column 23: & did not start a character reference. (& probably should have been escaped as &.)
</span>
Line 878, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 941, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1004, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1068, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1131, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1194, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1258, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1321, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1384, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1448, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1511, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
Line 1574, column 34: Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
<!-- EO PRODUCT VOTE -->
and that is code on page view-source:
<!-- PRODUCT VOTE -->
<span class="hikashop_product_vote">
<input type="hidden" id="hikashop_vote_ok_115" value="0"/>
<input type="hidden" id="vote_type_115" value="product"/>
<input type="hidden" id="hikashop_vote_user_id_115" value=""/>
<div class="hikashop_vote_stars">
<input type="hidden" name="hikashop_vote_rating" data-type="product" data-max="5" data-ref="115" data-rate="0" id="select_id_115_hikashop_category_information_menu_106" />
<span class="hikashop_total_vote" >(<span class="hasTooltip" title="<strong>Gemiddeld</strong><br />0/5"> 0 </span>) </span>
<span id="hikashop_vote_status_115" class="hikashop_vote_notification_mini"></span>
</div>
</span>
<!-- EO PRODUCT VOTE -->
I found info that div can not be inside span. Above you can see that div is inside span. How to fix that?