This is the content before and after line 66 in the frontaccounting.php file.
function display()
{
global $path_to_root;
include_once($path_to_root . "/themes/".user_theme()."/renderer.php");
$this->init();
$rend = new renderer();
$rend->wa_header();
$rend->display_applications($this);
65 $rend->wa_footer();
66 $this->renderer =& $rend;
67 }
When I refresh the page it goes away. Do not know what is the issue?