better check

v1.18.x
Baris Soner Usakli 11 years ago
parent b8c089cfaa
commit 38e4a6c8b0

@ -148,8 +148,8 @@ process.on('uncaughtException', function(err) {
// Meta Tags // Meta Tags
templateValues.metaTags = defaultMetaTags.concat(options.metaTags || []).map(function(tag) { templateValues.metaTags = defaultMetaTags.concat(options.metaTags || []).map(function(tag) {
if(!tag || !tag.content) { if(!tag || typeof tag.content !== 'string') {
winston.warn('Invalid meta tag. ' + tag); winston.warn('Invalid meta tag. ', tag);
return tag; return tag;
} }

Loading…
Cancel
Save