diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-08-19 18:27:30 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-08-19 18:27:30 -0400 |
commit | 62da89b89abec219a769d71f0b152c83acd21123 (patch) | |
tree | f45b4c32386a5c6dceda314b0d10a2d29c4a0f67 /test/data/errorWithText.php | |
parent | f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000 (diff) | |
download | jquery-62da89b89abec219a769d71f0b152c83acd21123.tar.gz jquery-62da89b89abec219a769d71f0b152c83acd21123.zip |
Revert "Close php tags for ajax tests on swarm"
This reverts commit f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.
Diffstat (limited to 'test/data/errorWithText.php')
-rw-r--r-- | test/data/errorWithText.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/data/errorWithText.php b/test/data/errorWithText.php index 7f1f1a82e..abd873217 100644 --- a/test/data/errorWithText.php +++ b/test/data/errorWithText.php @@ -2,6 +2,4 @@ header("HTTP/1.0 400 Bad Request"); -echo "plain text message"; - -?>
\ No newline at end of file +echo "plain text message";
\ No newline at end of file |