diff --git a/src/Mods/SecExp/js/authorityReport.js b/src/Mods/SecExp/js/authorityReport.js index 1d7a1d9e42e26c891ba7c73fba77a08ab069d671..14e0cef28db3949e8b74b6ecff89f64ed3b01bb9 100644 --- a/src/Mods/SecExp/js/authorityReport.js +++ b/src/Mods/SecExp/js/authorityReport.js @@ -1,6 +1,6 @@ App.SecExp.authorityReport = function() { let authGrowth = 0; - let r = V.useTabs === 0 ? [`Authority`] : []; + let r = V.useTabs === 0 ? [`<h2>Authority</h2>`] : []; let t = `<br>Your authority is `; if (V.SecExp.core.authority > 19500) {