Skip to content

Commit

Permalink
Render the title in bold (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty authored Dec 11, 2024
1 parent 7aadff5 commit a827d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ export function switchSettings(page) {
}

function errorHandler(e) {
const message = `${translation.unhandledException} <br> ${sanitizeHTML(
const message = `<b>${translation.unhandledException}</b><br>${sanitizeHTML(
e.message || e.reason
)}`;
try {
Expand Down

0 comments on commit a827d61

Please sign in to comment.