Minor fixes to HTML markup. (#2274)

call_flow_edit.php
- fix: <script> tag output before html headers
This commit is contained in:
jebsolutions
2016-12-27 12:06:30 -05:00
committed by FusionPBX
parent f40f37bebb
commit 273a69fc50
4 changed files with 6 additions and 4 deletions

View File

@@ -597,6 +597,7 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") {
echo "<input type='hidden' name='action' id='action' value=''>\n";
echo "<table cellpadding='0' cellspacing='0' border='0' width='100%'>";
echo "<tr>\n";
echo "<td align='left' width='90%' valign='top' nowrap><b>".$text['header-user_edit']."</b></td>\n";
echo "<td align='right' nowrap>\n";
if (permission_exists('user_add') || permission_exists('user_edit')) {