mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add missing select closing tag
This commit is contained in:
@@ -2005,7 +2005,7 @@
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
}
|
||||
|
||||
|
||||
if (permission_exists('extension_language')) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
||||
@@ -2029,6 +2029,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-language']."\n";
|
||||
echo "</td>\n";
|
||||
|
||||
@@ -817,6 +817,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-language']."\n";
|
||||
echo "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user