We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6a156 commit b775f1eCopy full SHA for b775f1e
UnblockReview/modules/UnblockReview.js
@@ -62,7 +62,7 @@ export class UnblockReview {
62
}
63
64
// get rid of any [#*:] in front of {{unblock X}} templates. indentation messes up the background color and border of the unblock template.
65
- wikitext2 = wikitext2.replace( /^[#*: ]{1,}(\{\{\s*unblock)/mi, '$1' );
+ wikitext2 = wikitext2.replace( /^[#*: ]{1,}(\{\{\s*unblock)/gmi, '$1' );
66
67
return wikitext2;
68
0 commit comments