mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 09:48:05 +02:00
closes #2337
This commit is contained in:
@@ -28,6 +28,9 @@ module.exports = function(Meta) {
|
||||
if (err) {
|
||||
title = Meta.config.browserTitle || 'NodeBB';
|
||||
} else {
|
||||
if (title) {
|
||||
title = validator.escape(title);
|
||||
}
|
||||
title = (title ? title + ' | ' : '') + (Meta.config.browserTitle || 'NodeBB');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user