Skip to content

Commit cc79e3b

Browse files
committed
remove zero width space
1 parent 1be5910 commit cc79e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function createCodePen(data) {
3030
var JSONstring =
3131
JSON.stringify(data)
3232
// Quotes will screw up the JSON
33-
.replace(/"/g, """) // careful copy and pasting, I had to use a zero-width space here to get markdown to post this.
33+
.replace(/"/g, """)
3434
.replace(/'/g, "'");
3535

3636

0 commit comments

Comments
 (0)