There is a simple fix. Add the following line to the file showflat.inc.php

$file_descp = "";

Add it right before the following code.
if ($file_desc) {
$file_descp = "<p>" . $file_desc . "</p>";
}