repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update version in release notes builder.
[jquery.git]
/
test
/
xhtml.php
blob
1d2872e34a809a9469ac5cb149a40fc7b8007633
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
?
>