Skip to content

Commit

Permalink
Merge pull request #15962 from TBestLittleHelper/broadcast-iframe-style
Browse files Browse the repository at this point in the history
remove accidental ' in iframe style
  • Loading branch information
ornicar authored Aug 26, 2024
2 parents d8ff72c + 68f6249 commit 96d17f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/study/relay/relayTourView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const overview = (ctx: RelayViewContext) => {

const share = (ctx: RelayViewContext) => {
const iframe = (path: string) =>
`<iframe src="${baseUrl()}/embed${path}" 'style="width: 100%; aspect-ratio: 4/3;" frameborder="0"></iframe>`;
`<iframe src="${baseUrl()}/embed${path}" style="width: 100%; aspect-ratio: 4/3;" frameborder="0"></iframe>`;
const iframeHelp = h('div.form-help', [
'More options on the ',
h('a', { attrs: { href: '/developers#broadcast' } }, 'webmasters page'),
Expand Down

0 comments on commit 96d17f4

Please sign in to comment.