aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/params_html.php
diff options
context:
space:
mode:
authorColin Snover <github.com@zetafleet.com>2010-12-30 00:34:48 -0600
committerColin Snover <github.com@zetafleet.com>2010-12-30 00:34:48 -0600
commit3e0cc815043c2425819743e907a0ce263a7ce164 (patch)
tree6d579f50e3b86ab350291c0a63619ee739804f4d /test/data/params_html.php
parent429b078dc7b5cf7765b44c8d32e125ecd8f1e2c9 (diff)
downloadjquery-3e0cc815043c2425819743e907a0ce263a7ce164.tar.gz
jquery-3e0cc815043c2425819743e907a0ce263a7ce164.zip
Clean trailing whitespace from all files.
Diffstat (limited to 'test/data/params_html.php')
-rw-r--r--test/data/params_html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/data/params_html.php b/test/data/params_html.php
index 0bab00f29..e88ef1521 100644
--- a/test/data/params_html.php
+++ b/test/data/params_html.php
@@ -1,12 +1,12 @@
<div id="post">
-<?php
+<?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