aboutsummaryrefslogtreecommitdiff
path: root/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions.php')
-rw-r--r--includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions.php b/includes/functions.php
index bef7435..1fcd76c 100644
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -45,7 +45,7 @@ function build_dom(): string {
} else {
$ba = "";
}
- return "<a href='https://ci.minteck.org/buildConfiguration/WebX_Stable/$aa' target='_blank' class='footer-link-mini'>$a</a>.<a href='https://ci.minteck.org/buildConfiguration/WebX_Projects/$ba' target='_blank' class='footer-link-mini'>$b</a>";
+ return "<a href='https://ci.minteck.org/buildConfiguration/WebX_Stable/$aa' target='_blank' id='footer-version-build'>$a</a>.<a href='https://ci.minteck.org/buildConfiguration/WebX_Projects/$ba' target='_blank' id='footer-version-projects'>$b</a>";
}
function getLetters(string $project): string {