Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one of the...
[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 ?>