show/hide this revision's text 2 added 4 characters in body

It's typical for XHTML XML/XHTML pages to include following code:

<?php echo '<?xml version="1.0" encoding="UTF-8" ?>'; ?>

Of course that should not be changed neither to:

<?phpphp echo '<?phpxml version="1.0" encoding="UTF-8" ?>'; ?>

nor:

<?php echo '<?phpxml version="1.0" encoding="UTF-8" ?>'; ?>
show/hide this revision's text 1

It's typical for XHTML pages to include following code:

<?php echo '<?xml version="1.0" encoding="UTF-8" ?>'; ?>

Of course that should not be changed neither to:

<?phpphp echo '<?phpxml version="1.0" encoding="UTF-8" ?>'; ?>

nor:

<?php echo '<?phpxml version="1.0" encoding="UTF-8" ?>'; ?>