diff options
author | Minteck <contact@minteck.org> | 2022-06-16 11:44:43 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-16 11:44:43 +0200 |
commit | e4bf3880acd8e7a21fcea1fc2a63e0056daca80f (patch) | |
tree | f494e4fc4a40325d45674ff7026fe3bdfba4800b /includes/functions.php | |
parent | 060473d7e7da51bf372b3d2958580b8f65f4769b (diff) | |
download | ember-e4bf3880acd8e7a21fcea1fc2a63e0056daca80f.tar.gz ember-e4bf3880acd8e7a21fcea1fc2a63e0056daca80f.tar.bz2 ember-e4bf3880acd8e7a21fcea1fc2a63e0056daca80f.zip |
Test
Diffstat (limited to 'includes/functions.php')
-rw-r--r-- | includes/functions.php | 2 |
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 { |