Skip to content

Commit

Permalink
anrfc-lister: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jul 12, 2024
1 parent 7568a83 commit e3ce9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anrfc-lister.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class ANRFC {
// Grab section title
const sectionTitle = this.$( '#' + keyId ).prev().find( 'h2, h3, h4, h5, h6' ).text();
if ( !sectionTitle ) {
return OO.ui.alert( 'Unable to find the section heading name. This is a bug. Please report the bug at User talk:Novem Linguae/Scripts/anrfc-lister.js. Aborting.' );
return OO.ui.alert( 'Unable to find the section heading name. This is a bug. Please report the bug at User talk:Novem Linguae/Scripts/anrfc-lister.js. Aborting.' );
}

// Grab RFC date by looking for user signature timestamps
Expand Down

0 comments on commit e3ce9c7

Please sign in to comment.