aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/iframe.html
diff options
context:
space:
mode:
authorTrey Hunner <treyhunner@gmail.com>2012-05-18 13:28:50 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-05-18 13:28:50 -0400
commitf1dcaad09736c194f9148e5bf5fb08498a483a7a (patch)
treec4de3c9b5b52643e6cf894a2154101b23dafa53c /test/data/iframe.html
parentc4df0c91bed4358ddca4b493afc06c69e5b501f0 (diff)
downloadjquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.tar.gz
jquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.zip
Fix indentation in /speed and /test dirs, closes gh-780.
Diffstat (limited to 'test/data/iframe.html')
-rw-r--r--test/data/iframe.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/data/iframe.html b/test/data/iframe.html
index 3ff26e161..ad646c430 100644
--- a/test/data/iframe.html
+++ b/test/data/iframe.html
@@ -1,8 +1,8 @@
<html>
- <head>
- <title>iframe</title>
- </head>
- <body>
- <div><span>span text</span></div>
- </body>
+ <head>
+ <title>iframe</title>
+ </head>
+ <body>
+ <div><span>span text</span></div>
+ </body>
</html>