Skip to content

Commit

Permalink
fix: add closing tag for iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Jun 4, 2024
1 parent 617ec60 commit 2cfad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html-renderer/src/elements/IFrame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function IFrame({ url }: Partial<IFrameProps>) {
allow="fullscreen"
frameBorder="0"
referrerPolicy="no-referrer"
/>
></iframe>
</div>
`;
}

0 comments on commit 2cfad7a

Please sign in to comment.