This commit is contained in:
Flatlogic Bot 2025-12-12 19:51:56 +00:00
parent 55a70dfb41
commit 041ee61691
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -69,7 +69,7 @@ try {
<h5 class="card-title">
<a href="product.php?id=<?= (int)$product['id'] ?>" class="text-decoration-none text-dark">
<?= htmlspecialchars($product['name']) ?>
a>
</a>
</h5>
<p class="card-text text-secondary small flex-grow-1"><?php
$desc = $product['description'];