From e4bf3880acd8e7a21fcea1fc2a63e0056daca80f Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Jun 2022 11:44:43 +0200 Subject: Test --- 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 bef7435..1fcd76c 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -45,7 +45,7 @@ function build_dom(): string { } else { $ba = ""; } - return "$a.$b"; + return "$a.$b"; } function getLetters(string $project): string { -- cgit