Blame view

vendor/bower-asset/jquery/test/xhtml.php 136 Bytes
b2a15e0c   Dmitryi   роли и права поль...
1
2
3
4
5
  <?php
  	# Load and run the test suite as a proper XHTML page
  	header("Content-type: application/xhtml+xml");
  	readfile("index.html");
  ?>