mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Format output for the proper code syntax, this should fix many various issues with output formatting and page breakage
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
$domains_sql = mysqli_query($mysqli, "SELECT * FROM domains WHERE domain_client_id = '$client_id'");
|
||||
while($domain_row = mysqli_fetch_array($domains_sql)){
|
||||
$domain_id = $domain_row['domain_id'];
|
||||
$domain_name = $domain_row['domain_name'];
|
||||
$domain_name = htmlentities($domain_row['domain_name']);
|
||||
echo "<option value=\"$domain_id\">$domain_name</option>";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user