mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 15:47:40 +01:00
optimizing data transfer *rolls eyes*
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
property = tag.property ? 'property="' + tag.property + '" ' : '',
|
||||
content = tag.content ? 'content="' + tag.content.replace(/\n/g, ' ') + '" ' : '';
|
||||
|
||||
return '<meta ' + name + property + content + ' />';
|
||||
return '<meta ' + name + property + content + '/>';
|
||||
};
|
||||
|
||||
if ('undefined' !== typeof window) {
|
||||
|
||||
Reference in New Issue
Block a user