diff --git a/ad_recommendation.php b/ad_recommendation.php index ac49d66..29d0233 100644 --- a/ad_recommendation.php +++ b/ad_recommendation.php @@ -123,10 +123,17 @@ if ($adProduct):
- = htmlspecialchars(mb_strimwidth($adProduct['description'], 0, 150, "...")) ?> + 150 ? substr($desc, 0, 147) . "..." : $desc; + } + echo htmlspecialchars($desc); + ?>
Jetzt entdecken -