+
<?php foreach ($manifest['missing'] as $fileName): ?><?php print "$fileName\n" ?><?php endforeach; ?>
+
<?php foreach ($manifest['modified'] as $fileName): ?><?php print "$fileName\n" ?><?php endforeach; ?>
+
<?php foreach ($manifest['shouldRemove'] as $fileName): ?><?php print "$fileName\n" ?><?php endforeach; ?>