Wikipedia:AutoEd/whitespace.js: Difference between revisions

Content deleted Content added
Fix
Pppery changed the content model of the page Wikipedia:AutoEd/whitespace.js from "wikitext" to "JavaScript"
 
(One intermediate revision by the same user not shown)
Line 1:
//<syntaxhighlight lang=javascript>
 
function autoEdWhitespace(str) { //MAIN FUNCTION describes list of fixes
 
Line 43 ⟶ 41:
return str;
}
 
//</syntaxhighlight>