diff --git a/xCAT-UI/lib/functions.php b/xCAT-UI/lib/functions.php index 498e671c9..a78d82f50 100644 --- a/xCAT-UI/lib/functions.php +++ b/xCAT-UI/lib/functions.php @@ -104,6 +104,7 @@ function submit_request($req, $skipVerify, $opts_array){ if ($flush) { // Strip HTML tags from output if ($tmp = trim(strip_tags($str))) { + // Format the output based on what was given for $flush_format echo $tmp . '
'; flush(); }