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/params_html.php | |
parent | 0bb3998a6a7a82b4c4269f3c57a9fcbe7229b162 (diff) | |
download | jquery-ef819c91b999523ed6cd0c7029e0cee8997ef01a.tar.gz jquery-ef819c91b999523ed6cd0c7029e0cee8997ef01a.zip |
Fixing endlines.
Diffstat (limited to 'test/data/params_html.php')
-rw-r--r-- | test/data/params_html.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/data/params_html.php b/test/data/params_html.php index e170e8a93..0bab00f29 100644 --- a/test/data/params_html.php +++ b/test/data/params_html.php @@ -1,12 +1,12 @@ -<div id="post">
-<?php
- foreach( $_POST as $key=>$value )
- echo "<b id='$key'>$value</b>";
-?>
-</div>
-<div id="get">
-<?php
- foreach( $_GET as $key=>$value )
- echo "<b id='$key'>$value</b>";
-?>
+<div id="post"> +<?php + foreach( $_POST as $key=>$value ) + echo "<b id='$key'>$value</b>"; +?> +</div> +<div id="get"> +<?php + foreach( $_GET as $key=>$value ) + echo "<b id='$key'>$value</b>"; +?> </div>
\ No newline at end of file |