diff --git a/modules/yieldbotBidAdapter.js b/modules/yieldbotBidAdapter.js index bf21613e31f..43d94220907 100644 --- a/modules/yieldbotBidAdapter.js +++ b/modules/yieldbotBidAdapter.js @@ -369,7 +369,7 @@ export const YieldbotAdapter = { const adUrl = this.buildAdUrl(urlPrefix, publisherNumber, commonSearchParams, bid); const impressionUrl = this.buildImpressionUrl(urlPrefix, publisherNumber, commonSearchParams); - const htmlMarkup = `
`; + const htmlMarkup = ``; return { ad: htmlMarkup, creativeId: ybotAdRequestId }; },