pub / kontra

Der linke Newsaggregator.
git clone src.jayvii.de/pub/kontra.git
Home | Log | Files | Exports | Refs | README | RSS

commit 7ef1987fd65307497e27fac3b4f61b7b0cf8c9fe
parent 4e19ac0618cb599f11e38f34cd10d66916a0bd3d
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 18 Jul 2025 22:25:13 +0200

fix: ensure title is shown

Diffstat:
Mindex.php | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/index.php b/index.php @@ -417,11 +417,7 @@ <h3> <a href="<?php echo $source["web"]; ?>" target="_blank"> <?php - echo preg_replace( - '/:\s*$', - '', - $publisher["name"] . ": " . $source["title"] - ); + echo $publisher["name"] . ": " . $source["title"]; ?> </a> </h3>