Skip to content

Commit

Permalink
fix(macros): typo in EmbedLiveSample.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Jun 12, 2024
1 parent 9732a96 commit 7856cf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kumascript/macros/EmbedLiveSample.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,5 @@ if (height) { %> height="<%= height %>"<% }
%> src="<%- url %>"<%
if (allowedFeatures) { %> allow="<%= allowedFeatures %>"<% }
if ($token) { %> data-token="<%= JSON.stringify($token) %>"<% }
sandbox="allow-scripts allow-same-origin"
%>></iframe></div><%
%> sandbox="allow-same-origin allow-scripts"></iframe></div><%
if (hasScreenshot) { %></td></tr></tbody></table><% } %>

0 comments on commit 7856cf0

Please sign in to comment.