At this point, the only other thing that might be called a "mod" on that site is "editable sidebox." That shouldn't affect this, but I have disabled all of the sideboxes created from this mod anyway. I purposely have uploaded a fresh copy of 1.5.1 and installed clg only to solve this issue (and/or prove that the problem I was having was due to a local variable).

Next, I activated "Display Product Model", "Display Manufacturer Name", "Display Product Quantity", and "Display Product Weight." That was an educating experience. As I activated each one, there were added top the bullet point list. Then there were two "Weight"s and only one empty bullet point at the bottom. But I didn't want all those activated, so I deactivated "Weight." When I did that, it went back to having an empty bullet point at both the top and bottom. This is the code from when "Weight" was in and doubled:


<div id="productsListingTopNumber" class="navSplitPagesResult back">Displaying <strong>1</strong> to <strong>3</strong> (of <strong>3</strong> products)</div> <div id="productsListingListingTopLinks" class="navSplitPagesLinks forward"> &nbsp;</div> <br class="clearBoth" /> <ul id="gridSorter">Sort by: <li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=1a" title="Sort products ascendingly by Weight" class="productListing-heading">Weight</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=1a" title="Sort products ascendingly by Weight" class="productListing-heading">Weight</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=3a" title="Sort products ascendingly by Qty." class="productListing-heading">Qty.</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=4a" title="Sort products ascendingly by Price" class="productListing-heading">Price</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=5a" title="Sort products ascendingly by Item Name" class="productListing-heading">Item Name</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=6a" title="Sort products ascendingly by Manufacturer" class="productListing-heading">Manufacturer</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=7a" title="Sort products ascendingly by Model" class="productListing-heading">Model</a></li><li class="item"></li></ul>

And here is the code from when "Weight" was removed...


<div id="productsListingTopNumber" class="navSplitPagesResult back">Displaying <strong>1</strong> to <strong>3</strong> (of <strong>3</strong> products)</div> <div id="productsListingListingTopLinks" class="navSplitPagesLinks forward"> &nbsp;</div> <br class="clearBoth" /> <ul id="gridSorter">Sort by: <li class="item"></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=2a" title="Sort products descendingly by Qty." class="productListing-heading">Qty.-</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=3a" title="Sort products ascendingly by Price" class="productListing-heading">Price</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=4a" title="Sort products ascendingly by Item Name" class="productListing-heading">Item Name</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=5a" title="Sort products ascendingly by Manufacturer" class="productListing-heading">Manufacturer</a></li><li class="item"><a href="http://www.fantasycostume.com/151/index.php?main_page=advanced_search_result&amp;search_in_description=1&amp;keywo rd=pr&amp;inc_subcat=0&amp;page=1&amp;sort=6a" title="Sort products ascendingly by Model" class="productListing-heading">Model</a></li><li class="item"></li></ul>