Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapted to...
[jquery.git] / test / xhtml.php
1 <?php
2         # Load and run the test suite as a proper XHTML page
3         header("Content-type: application/xhtml+xml");
4         readfile("index.html");
5 ?>