55
55
href ="demo/libs/bundled.css ">
56
56
< script src ="demo/libs/bundled.js "> </ script >
57
57
58
- < script async src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
58
+ < script async
59
+ src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
59
60
60
61
< link rel ="stylesheet "
61
62
href ="demo/demo.css ">
@@ -899,7 +900,8 @@ <h2>Themes</h2>
899
900
$ ( '.example-pc-2' ) . on ( 'click' , function ( ) {
900
901
$ . confirm ( {
901
902
title : 'Adding images' ,
902
- content : 'Images from flickr <br><img src="https://c2.staticflickr.com/4/3891/14354989289_2eec0ba724_b.jpg">' ,
903
+ content : '<p>Images from flickr</p>' +
904
+ '<img src="https://c2.staticflickr.com/4/3891/14354989289_2eec0ba724_b.jpg">' ,
903
905
animation : 'scale' ,
904
906
animationClose : 'top' ,
905
907
buttons : {
@@ -973,7 +975,8 @@ <h2>Getting started</h2>
973
975
974
976
< div class ="alert alert-info ">
975
977
Notes on migrating from v2 to v3. < br >
976
- < a href ="https://github.com/craftpip/jquery-confirm/wiki/Migrate-from-v2-to-v3 " target ="_blank "> https://github.com/craftpip/jquery-confirm/wiki/Migrate-from-v2-to-v3</ a >
978
+ < a href ="https://github.com/craftpip/jquery-confirm/wiki/Migrate-from-v2-to-v3 "
979
+ target ="_blank "> https://github.com/craftpip/jquery-confirm/wiki/Migrate-from-v2-to-v3</ a >
977
980
</ div >
978
981
979
982
@@ -2214,7 +2217,8 @@ <h2>Animations</h2>
2214
2217
This page has docs for animations for modal open/close and backgroundDismiss < br >
2215
2218
It also describes how to create custom animations.
2216
2219
</ p >
2217
- < a class ="btn btn-warning " href ="animations.html "> see Animations</ a >
2220
+ < a class ="btn btn-warning "
2221
+ href ="animations.html "> see Animations</ a >
2218
2222
</ div >
2219
2223
</ section >
2220
2224
@@ -2225,7 +2229,8 @@ <h2>Themes</h2>
2225
2229
The themes section is moved to the themes.html page < br >
2226
2230
This page has docs for themes & how to create custom themes
2227
2231
</ p >
2228
- < a class ="btn btn-warning " href ="themes.html "> see Themes</ a >
2232
+ < a class ="btn btn-warning "
2233
+ href ="themes.html "> see Themes</ a >
2229
2234
</ div >
2230
2235
</ section >
2231
2236
0 commit comments