lint lib/helpers.js
This commit is contained in:
parent
a8fd21dc3e
commit
6d9cf6b7aa
|
@ -117,7 +117,7 @@ helpers.generateTags = function(style, text) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (text != null) {
|
if (text !== null) {
|
||||||
return open + text + close;
|
return open + text + close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue