Skip to content

Commit

Permalink
Merge pull request #595 from loadedcommerce/#583
Browse files Browse the repository at this point in the history
[#583] - Corrected html.
  • Loading branch information
geraldbullard committed Jun 2, 2015
2 parents f9044e5 + c467166 commit f927c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/includes/modules/product_listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

case 'PRODUCT_LIST_MANUFACTURER':
if ( $lC_Product->hasManufacturer() ) {
$output .= '<div class="product-listing-module-manufacturer' . lc_link_object(lc_href_link(FILENAME_DEFAULT, 'manufacturers=' . $lC_Product->getManufacturerID()), $lC_Product->getManufacturer()) . '</div>' . "\n";
$output .= '<div class="product-listing-module-manufacturer">' . lc_link_object(lc_href_link(FILENAME_DEFAULT, 'manufacturers=' . $lC_Product->getManufacturerID()), $lC_Product->getManufacturer()) . '</div>' . "\n";
} else {
$output .= '<div class="product-listing-module-manufacturer"></div>' . "\n";
}
Expand Down

0 comments on commit f927c86

Please sign in to comment.