optimizing data transfer *rolls eyes*

v1.18.x
psychobunny 11 years ago
parent ee108ed963
commit 025403b9a8

@ -14,7 +14,7 @@
property = tag.property ? 'property="' + tag.property + '" ' : '', property = tag.property ? 'property="' + tag.property + '" ' : '',
content = tag.content ? 'content="' + tag.content.replace(/\n/g, ' ') + '" ' : ''; content = tag.content ? 'content="' + tag.content.replace(/\n/g, ' ') + '" ' : '';
return '<meta ' + name + property + content + ' />'; return '<meta ' + name + property + content + '/>';
}; };
if ('undefined' !== typeof window) { if ('undefined' !== typeof window) {

Loading…
Cancel
Save