summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/redirect.html')
-rw-r--r--tests/auto/quick/qmltests/data/redirect.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/data/redirect.html b/tests/auto/quick/qmltests/data/redirect.html
index 914e5e35a..44eb6cd28 100644
--- a/tests/auto/quick/qmltests/data/redirect.html
+++ b/tests/auto/quick/qmltests/data/redirect.html
@@ -1,8 +1,9 @@
<!doctype html>
<html>
<head>
-<meta http-equiv="refresh" content="2; url=test1.html"
+ <meta http-equiv="refresh" content="2; url=test1.html">
</head>
<body>
+ Redirecting to test1.html
</body>
</html>