aboutsummaryrefslogtreecommitdiffstats
path: root/test/polluted.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/polluted.php
parent429b078dc7b5cf7765b44c8d32e125ecd8f1e2c9 (diff)
downloadjquery-3e0cc815043c2425819743e907a0ce263a7ce164.tar.gz
jquery-3e0cc815043c2425819743e907a0ce263a7ce164.zip
Clean trailing whitespace from all files.
Diffstat (limited to 'test/polluted.php')
-rw-r--r--test/polluted.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/polluted.php b/test/polluted.php
index 3ddb7acd2..55df0dd89 100644
--- a/test/polluted.php
+++ b/test/polluted.php
@@ -15,7 +15,7 @@
$suite = file_get_contents('index.html');
echo str_replace( '<!-- Includes -->', $includes, $suite );
exit;
- }
+ }
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -43,7 +43,7 @@
<h1 id="header">jQuery Test Suite</h1>
<h2 id="banner" class="fail"></h2>
<h2 id="userAgent">Choose other libraries to include</h2>
-
+
<form class="otherlibs" action="" method="post">
<?php
$libs = scandir('otherlibs');