Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b. Thanks to @jdalton...
[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 ?>