/**
* To replace all the weird
things generated by the cake scaffolding
*
* Plain old HTML tables
*
* Populated by an array in the format
*
* array("title"=>"content",
* "title1"=>"content1");
*
* $data = array("Enquiry Number" => "CMC9742VE252665-42",
* "Assigned to User" => "Richard");
*
*/
?>
";
echo "| ".key($line)." | ";
echo "";
}
?>