diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-08-19 16:05:27 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-08-19 16:05:27 -0400 |
commit | f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000 (patch) | |
tree | d3fb1c8d919954eced2bfbc3625c67c77a805ea0 /test/data/errorWithText.php | |
parent | a542590687ea2dd32d6209da50031edda5e5ba44 (diff) | |
download | jquery-f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.tar.gz jquery-f6e86c3ca4d527d5453a0b5b9591ef38b5d3c000.zip |
Close php tags for ajax tests on swarm
Diffstat (limited to 'test/data/errorWithText.php')
-rw-r--r-- | test/data/errorWithText.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/data/errorWithText.php b/test/data/errorWithText.php index abd873217..7f1f1a82e 100644 --- a/test/data/errorWithText.php +++ b/test/data/errorWithText.php @@ -2,4 +2,6 @@ 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 |