Skip to content

Commit 6222ed6

Browse files
committed
[fix] Missing . in meta tags code
1 parent 2a569db commit 6222ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/generators/article.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ article.weld = function(dom, articles) {
8585
'documentation',
8686
'how-to',
8787
'tutorials',
88-
'nodejitsu'])join(','));
88+
'nodejitsu']).join(','));
8989

9090
//
9191
// Remark: perform code highlighting, convert only inside <code/>

0 commit comments

Comments
 (0)