summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-23 22:56:40 +0200
committerRaindropsSys <contact@minteck.org>2023-07-23 22:56:40 +0200
commitef63c0643015425f556490e397ebeea31d803fba (patch)
treed3877b9df67dbc4d65f3b2e168d6d36209e119f6
parent16958e9f407a1629a02c79cd2294ce4bc903e3ab (diff)
downloadhorses-ef63c0643015425f556490e397ebeea31d803fba.tar.gz
horses-ef63c0643015425f556490e397ebeea31d803fba.tar.bz2
horses-ef63c0643015425f556490e397ebeea31d803fba.zip
Updated 2 files (automated)
-rw-r--r--includes/version.txt2
-rw-r--r--index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/version.txt b/includes/version.txt
index a6b3d4f..845e01a 100644
--- a/includes/version.txt
+++ b/includes/version.txt
@@ -1 +1 @@
-12.6.8 \ No newline at end of file
+12.6.9 \ No newline at end of file
diff --git a/index.php b/index.php
index 9802d42..22263e8 100644
--- a/index.php
+++ b/index.php
@@ -121,7 +121,7 @@
foreach ($showcase as $project):
?>
- <a data-bs-toggle="tooltip" title="<?= $project["display_name"] ?? $project["name"] ?>" href="<?= $project["source"] ?? $project["website"] ?>" style="text-align: center;">
+ <a data-bs-toggle="tooltip" title="<?= str_replace('"', '&quot;', $project["display_name"] ?? $project["name"]) ?>" href="<?= $project["source"] ?? $project["website"] ?>" style="text-align: center;">
<img alt="" src="<?= $project["icon"] ?>" style="height: 96px; width: 96px; border-radius: 10px;">
</a>
<?php endforeach; ?>