Skip to content

Commit 64a8f09

Browse files
committed
fix missing whitespace between attributes in hero component
1 parent ae07da1 commit 64a8f09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqlpage/templates/hero.handlebars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<video src="{{video}}" alt="{{title}}" class="hero-image img-fluid col-lg-6"
1919
{{~#if loop}} loop{{/if~}}
2020
{{~#if muted}} muted{{/if~}}
21-
{{~#if nocontrols}} autoplay{{else}}
21+
{{~#if nocontrols}} autoplay
22+
{{~else}} controls
2223
{{~#if autoplay}} autoplay{{/if~}}
23-
controls
24-
{{/if~}}
24+
{{~/if~}}
2525
{{~#if poster}} preload="none" poster="{{poster}}"{{/if~}}>
2626
</video>
2727
{{/if}}

0 commit comments

Comments
 (0)