forked from lolcat/4get
1
0
Fork 0
This commit is contained in:
lolcat 2023-09-09 21:48:44 -04:00
parent 9964cdaf81
commit 71a61304b0
1 changed files with 4 additions and 1 deletions

View File

@ -615,7 +615,10 @@ class brave{
$table["Forks"] = number_format($result["software"]["forks"]);
}
if(isset($result["software"]["programmingLanguage"])){
if(
isset($result["software"]["programmingLanguage"]) &&
$result["software"]["programmingLanguage"] != ""
){
$table["Programming languages"] = $result["software"]["programmingLanguage"];
}
}