Skip to content

Commit 5780ed1

Browse files
authored
escape <style> tag (prebid#2981)
1 parent 56f6d48 commit 5780ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prebid/native-implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ In this scenario, the body of the native creative is managed from an external Ja
356356
When the Native AdUnit is defined in the page:
357357

358358
- Declare`sendTargetingKeys: false` in the Native Object. This will prevent Prebid.js from sending all the native-related ad server targeting variables.
359-
- Define the `rendererUrl` as a URL that defines a `window.renderAd` function in the creative iframe. Any CSS definitions need to be defined in the body (e.g. <style> tags) or in the AdServer creative.
359+
- Define the `rendererUrl` as a URL that defines a `window.renderAd` function in the creative iframe. Any CSS definitions need to be defined in the body (e.g. `<style>` tags) or in the AdServer creative.
360360

361361
Example AdUnit setup:
362362
```

0 commit comments

Comments
 (0)