diff --git a/include/functions.php b/include/functions.php
index c3f1d08..2a91dec 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -824,7 +824,7 @@ function decodeAlias($logLine) {
function getGitVersion(){
if (file_exists(".git")) {
exec("git rev-parse --short HEAD", $output);
- return 'GitID #'.$output[0].'';
+ return 'GitID #'.$output[0].'';
} else {
return 'GitID unknown';
}