Hello all,

I have a W3C validation problem with my website, when I ran the W3C validator it showed me there was one error (it is weird that HTML validator reported that was only a warning)

Line 161, Column 5: end tag for "ul" which is not finished

I looked through my tpl_product_info_display file and cannot locate where the exact line was.

PHP Code:
<!--bof-navigation display -->
<
div id="navSuppWrapper">
<
div id="navSupp">
[
B]<ul>
<!-- <
li><a href="http://www.oleklejbzon.com/campbellsloft3/">Home</a></li> -->
</
ul>[/B]
</
div>
</
div>
<!--
eof-navigation display --> 
Am I checked the wrong file?