aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/json.php
diff options
context:
space:
mode:
authorMark Gibson <jollytoad@gmail.com>2009-11-25 12:09:53 -0500
committerJohn Resig <jeresig@Archimedes.local>2009-11-25 12:09:53 -0500
commitef819c91b999523ed6cd0c7029e0cee8997ef01a (patch)
treee089f7d598c1872dfa159cfc1a0527da4bd3bded /test/data/json.php
parent0bb3998a6a7a82b4c4269f3c57a9fcbe7229b162 (diff)
downloadjquery-ef819c91b999523ed6cd0c7029e0cee8997ef01a.tar.gz
jquery-ef819c91b999523ed6cd0c7029e0cee8997ef01a.zip
Fixing endlines.
Diffstat (limited to 'test/data/json.php')
-rw-r--r--test/data/json.php16
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