Partially revert commit a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21.
[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 ?>