Add missing select closing tag

This commit is contained in:
FusionPBX 2024-01-10 18:11:19 -07:00 committed by GitHub
parent 5af47bb6ea
commit f1bf0c6674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2029,6 +2029,7 @@
}
}
}
echo " </select>\n";
echo "<br />\n";
echo $text['description-language']."\n";
echo "</td>\n";

View File

@ -817,6 +817,7 @@
}
}
}
echo " </select>\n";
echo "<br />\n";
echo $text['description-language']."\n";
echo "</td>\n";