Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301155787724476 which did...
[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 ?>