diff options
author | Mark Gibson <jollytoad@gmail.com> | 2009-11-25 12:09:53 -0500 |
---|---|---|
committer | John Resig <jeresig@Archimedes.local> | 2009-11-25 12:09:53 -0500 |
commit | ef819c91b999523ed6cd0c7029e0cee8997ef01a (patch) | |
tree | e089f7d598c1872dfa159cfc1a0527da4bd3bded /test/data/json.php | |
parent | 0bb3998a6a7a82b4c4269f3c57a9fcbe7229b162 (diff) | |
download | jquery-ef819c91b999523ed6cd0c7029e0cee8997ef01a.tar.gz jquery-ef819c91b999523ed6cd0c7029e0cee8997ef01a.zip |
Fixing endlines.
Diffstat (limited to 'test/data/json.php')
-rw-r--r-- | test/data/json.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/data/json.php b/test/data/json.php index 08e3f9e32..d19a41792 100644 --- a/test/data/json.php +++ b/test/data/json.php @@ -1,9 +1,9 @@ -<?php
-error_reporting(0);
-$json = $_REQUEST['json'];
-if($json) {
- echo '[ {"name": "John", "age": 21}, {"name": "Peter", "age": 25 } ]';
-} else {
- echo '{ "data": {"lang": "en", "length": 25} }';
-}
+<?php +error_reporting(0); +$json = $_REQUEST['json']; +if($json) { + echo '[ {"name": "John", "age": 21}, {"name": "Peter", "age": 25 } ]'; +} else { + echo '{ "data": {"lang": "en", "length": 25} }'; +} ?>
\ No newline at end of file |