Skip to content

Commit e897092

Browse files
authored
Update test.htm
1 parent 6262bd5 commit e897092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test.htm

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Example</title>
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="robots" content="noindex, nofollow">
10-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/css/bootstrap.min.css">
10+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
1111
<!--[if IE 9]>
1212
<link href="css/bootstrap-ie9.css" rel="stylesheet">
1313
<![endif]-->
@@ -1879,15 +1879,15 @@ <h4 class="modal-title">modal-xl</h4>
18791879
<!--[if gte IE 9]><!-->
18801880
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
18811881
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
1882-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.min.js"></script>
1882+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
18831883
<!--<![endif]-->
18841884
<!--[if IE 9]>
18851885
<script src="js/bootstrap-ie9.js"></script>
18861886
<![endif]-->
18871887
<!--[if lte IE 8]>
18881888
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
18891889
<script src="js/bootstrap-ie8.js"></script>
1890-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.0/js/bootstrap.js"></script>
1890+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.js"></script>
18911891
<![endif]-->
18921892

18931893
</body>

0 commit comments

Comments
 (0)