pub / serci

Search the web with !keywords
git clone https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit da3324fa1d0800399cbd55fc65c2055443557e61
parent 71bb20fa0ccef5e7bcfdbf3255720dfeea72119f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue,  9 Jul 2024 19:32:33 +0200

fix: show names in table

Diffstat:
Mindex.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -154,7 +154,7 @@ <a href="<?php echo $searches[$key]["website"]; ?>" target="_blank"> <?php - echo $searches[$key]["website"]; + echo $searches[$key]["name"]; ?> </a> </td>