Skip to content

Commit 7e8c4c7

Browse files
committed
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2 parents ae06612 + bb7ab45 commit 7e8c4c7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/pages/dialog-success.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<!DOCTYPE html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html>
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
6-
<title>jQuery Mobile Framework - Dialog Example</title>
7-
<link rel="stylesheet" href="../../themes/default/" />
5+
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
6+
<title>jQuery Mobile Framework - Dialog Example</title>
7+
<link rel="stylesheet" href="../../themes/default/" />
88
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
99
<script type="text/javascript" src="../../js/jquery.js"></script>
1010
<script type="text/javascript" src="../../js/"></script>
11-
</head>
12-
<body>
11+
</head>
12+
<body>
1313

1414
<div data-role="page">
1515

16-
16+
1717
<div data-role="content" data-theme="b">
1818
<p>Flickr upload:</p>
1919
<h3>Photos posted successfully</h3>
20-
21-
<a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="b">View photo page</a>
22-
<a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="c">Done</a>
20+
21+
<a href="docs-dialogs.html" data-role="button" data-theme="b">View photo page</a>
22+
<a href="docs-dialogs.html" data-role="button" data-theme="c">Done</a>
2323
</div>
2424
</div>
2525

2626

2727
</body>
28-
</html>
28+
</html>

0 commit comments

Comments
 (0)