Skip to content

Commit 006379b

Browse files
committed
add newline after
1 parent 59f3b38 commit 006379b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tags.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ exports.codepen = {
1313
}
1414

1515
if(useCurData) {
16-
curData.description += "\n"+html;
16+
curData.description += "\n"+html+"\n";
1717
} else {
18-
this.body += html;
18+
this.body += html+"\n";
1919
}
2020
}
2121
};

0 commit comments

Comments
 (0)