Wikipedia:AutoEd/whitespace.js: Difference between revisions

Content deleted Content added
Fix
Prep for content model change
Line 1:
//<syntaxhighlight lang=javascript>
 
function autoEdWhitespace(str) { //MAIN FUNCTION describes list of fixes
 
Line 43 ⟶ 41:
return str;
}
 
//</syntaxhighlight>