From 7fd99e016d04f69c0c7fa5723c748fb155e339d3 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Mon, 21 May 2012 01:59:16 +0200 Subject: [PATCH] Fixed error: HTML tag in ad lists. --- apps/companyfront/modules/ad/templates/_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/companyfront/modules/ad/templates/_list.php b/apps/companyfront/modules/ad/templates/_list.php index 72be869..ca8ac29 100644 --- a/apps/companyfront/modules/ad/templates/_list.php +++ b/apps/companyfront/modules/ad/templates/_list.php @@ -20,7 +20,7 @@ <?php echo $ad->getAdName() ?> getAd()->getCompanyCategId() != null): ?> - getAd()->getCompanyCategory() ?> + getAd()->getCompanyCategory() ?> getAdName() ?> -- 2.1.4