File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v1.1.0-beta.7
2
+ ## 09-01-2019
3
+
4
+ 1 . [ ] ( #bugfix )
5
+ * Presentation-shortcode
6
+
1
7
# v1.1.0-beta.6
2
8
## 09-01-2019
3
9
Original file line number Diff line number Diff line change 1
1
name : Presentation
2
- version : 1.1.0-beta.6
2
+ version : 1.1.0-beta.7
3
3
testing : true
4
4
description : Responsive navigational slideshows with Reveal.js
5
5
icon : arrows-alt
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function init()
27
27
'presentation ' ,
28
28
function (ShortcodeInterface $ sc ) {
29
29
$ src = $ sc ->getParameter ('src ' , $ sc ->getBbCode ());
30
- return '<iframe src="./ ' . $ src . '" class="presentation-iframe" frameborder="0" allowfullscreen> ' ;
30
+ return '<iframe src="./ ' . $ src . '" class="presentation-iframe" frameborder="0" allowfullscreen></iframe> ' ;
31
31
}
32
32
);
33
33
}
You can’t perform that action at this time.
0 commit comments