diff --git a/Plugins/CustomQuoter/CustomQuoter.plugin.js b/Plugins/CustomQuoter/CustomQuoter.plugin.js index 474b2be0c4..9b1dc71e79 100644 --- a/Plugins/CustomQuoter/CustomQuoter.plugin.js +++ b/Plugins/CustomQuoter/CustomQuoter.plugin.js @@ -427,8 +427,7 @@ module.exports = (_ => { .replace("$month", settings.forceZeros && month < 10 ? "0" + month : month) .replace("$year", timestamp.getFullYear()) .replace("$quote", quotedLines || "") - .replace("$rawQuote", unquotedLines.join("\n") || "") - .replace(/\$/g, "$$$$"); + .replace("$rawQuote", unquotedLines.join("\n") || ""); } addLeadingZeros (timestring) {