Skip to content

Commit 77dc7ba

Browse files
committed
fix template markup
1 parent 71a882d commit 77dc7ba

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/conf-img/tpl/default-picture-caption.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
<img src="%%default_img%%" %%attributes%% />
44
</noscript>
55
<picture>
6-
<!--[if IE 9]><video style="display: none"><![endif]-->
76
%%sources%%
8-
<!--[if IE 9]></video><![endif]-->
97
<img %%srcgif%% %%attributes%%/>
10-
<figcaption>%%caption%%</figcaption>
118
</picture>
9+
<figcaption>%%caption%%</figcaption>

src/conf-img/tpl/default-picture.tpl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<img src="%%default_img%%" %%attributes%% />
44
</noscript>
55
<picture>
6-
<!--[if IE 9]><video style="display: none"><![endif]-->
7-
86
%%sources%%
9-
10-
<!--[if IE 9]></video><![endif]-->
117
<img %%srcgif%% %%attributes%%/>
12-
</picture>
8+
</picture>

0 commit comments

Comments
 (0)