From 3c07661456bfb77129298b7f1a6acc9f28e02d20 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Jun 2022 15:07:47 +0200 Subject: Update build thing --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/functions.php') 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.$b"; + return "$a.$aa.$b"; } function getLetters(string $project): string { -- cgit