Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of problems...
[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 ?>