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

@ -2005,7 +2005,7 @@
echo "</td>\n"; echo "</td>\n";
echo "</tr>\n"; echo "</tr>\n";
} }
if (permission_exists('extension_language')) { if (permission_exists('extension_language')) {
echo "<tr>\n"; echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap>\n"; echo "<td class='vncell' valign='top' align='left' nowrap>\n";
@ -2029,6 +2029,7 @@
} }
} }
} }
echo " </select>\n";
echo "<br />\n"; echo "<br />\n";
echo $text['description-language']."\n"; echo $text['description-language']."\n";
echo "</td>\n"; echo "</td>\n";

View File

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