Skip to content

Commit

Permalink
level 4 heading
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jul 23, 2023
1 parent 342adb2 commit feab8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinklexfd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ Twinkle.xfd.callbacks = {
var params = pageobj.getCallbackParameters();
var statelem = pageobj.getStatusElement();

var placementRE = /\n\n?(===== ?Requests to revert undiscussed moves ?=====)/i;
var placementRE = /\n\n?(==== ?Requests to revert undiscussed moves ?====)/i;
var newtext = text.replace(placementRE, Twinkle.xfd.callbacks.getDiscussionWikitext('rm', params) + '\n$1');
if (text === newtext) {
statelem.error('failed to find target spot for the entry');
Expand Down

0 comments on commit feab8d0

Please sign in to comment.