diff options
author | Minteck <contact@minteck.org> | 2022-06-16 15:07:47 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-16 15:07:47 +0200 |
commit | 3c07661456bfb77129298b7f1a6acc9f28e02d20 (patch) | |
tree | 57b7ff26e2e6b0aa8cdf976f9389f675e2ec3c53 /includes/functions.php | |
parent | 7f7b5d06666b77025a2e78687f433a82f448e739 (diff) | |
download | ember-3c07661456bfb77129298b7f1a6acc9f28e02d20.tar.gz ember-3c07661456bfb77129298b7f1a6acc9f28e02d20.tar.bz2 ember-3c07661456bfb77129298b7f1a6acc9f28e02d20.zip |
Update build thing
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 1fcd76c..0c60248 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' id='footer-version-build'>$a</a>.<a href='https://ci.minteck.org/buildConfiguration/WebX_Projects/$ba' target='_blank' id='footer-version-projects'>$b</a>"; + return "<a href='https://ci.minteck.org/buildConfiguration/WebX_Stable/$aa' target='_blank' id='footer-version-build'>$a.$aa</a>.<a href='https://ci.minteck.org/buildConfiguration/WebX_Projects/$ba' target='_blank' id='footer-version-projects'>$b</a>"; } function getLetters(string $project): string { |