diff --git a/src/util.ts b/src/util.ts
index d369e4b2..dcdfa189 100644
--- a/src/util.ts
+++ b/src/util.ts
@@ -29,7 +29,7 @@ import {globalMessages, serverMessages} from "../messages";
import ConfigurationError from "@/errors/ConfigurationError";
const documentRange = document.createRange(),
- brToSpaceRegex = /
/g;
+ brToSpaceRegex = /
/g;
export const titleColoursRegex = /ยง[0-9a-f]/ig;
export const netherWorldNameRegex = /[_\s]?nether([\s_]|$)/i;