1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-13 17:28:08 -04:00
This commit is contained in:
lolcat 2023-09-09 21:48:44 -04:00
parent 9964cdaf81
commit 71a61304b0

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"];
}
}