cleanup output

This commit is contained in:
Andy Miller 2017-05-17 15:29:21 -06:00
parent f31f6f8e04
commit ffe286ea49
No known key found for this signature in database
GPG Key ID: E82B8D0EAB94EFB9

View File

@ -29,6 +29,9 @@ class RenderProcessor extends ProcessorBase implements ProcessorInterface
$container->header();
echo $output;
// remove any output
$container->output = '';
}
}
}