commit d76009d4a4e2e28b421cc695fdd57ca800da41fb parent 2f9fe7e88aab1e64db8f11d85bdbdfe74f5f97e5 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Thu, 12 Dec 2024 11:35:40 +0100 fix: close anchor Diffstat:
M | index.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.php b/index.php @@ -101,7 +101,7 @@ <section> <h2><?php echo $title; ?></h2> <p><?php echo $desc; ?></p> - <a href="<?php echo $url; ?>" class="button"> + <a href="<?php echo $url; ?>" class="button"><?php echo $title; ?></a> </section> <?php