Minor fixes to HTML markup. (#2274)
call_flow_edit.php - fix: <script> tag output before html headers
This commit is contained in:
@@ -310,6 +310,7 @@
|
||||
$recordings = $prep_statement->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
if (if_group("superadmin")) {
|
||||
require_once "resources/header.php";
|
||||
echo "<script>\n";
|
||||
echo "var Objs;\n";
|
||||
echo "\n";
|
||||
|
||||
Reference in New Issue
Block a user