cleanup output

This commit is contained in:
Andy Miller
2017-05-17 15:29:21 -06:00
parent f31f6f8e04
commit ffe286ea49

View File

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