We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f0b26 commit 5e5f39cCopy full SHA for 5e5f39c
1 file changed
README.md
@@ -34,12 +34,12 @@ Add an HTML page that references the image. Below is the HTML we will use for th
34
```
35
<!DOCTYPE html>
36
<html>
37
- <head>
38
- <meta name=”ad.size” content=”width=300,height=250”>
39
- </head>
40
- <body>
41
- <img src=”300x250.jpg” onclick=”window.open('{{clickMacro}}')"/>
42
- </body>
+ <head>
+ <meta name=”ad.size” content=”width=300,height=250”>
+ </head>
+ <body>
+ <img src=”300x250.jpg” onclick=”window.open('{{clickMacro}}')"/>
+ </body>
43
</html>
44
45
0 commit comments