Content deleted Content added
Ohconfucius (talk | contribs) No edit summary |
Ohconfucius (talk | contribs) No edit summary |
||
Line 7:
//improper capitalisation within section headings
txt.value=txt.value.replace(/(==[ ]*)Notable ([A-Z]\w*?)/g, '$1$2');
txt.value=txt.value.replace(/(==[ ]*Terminated )(Destinations)/g, '$1destinations');
txt.value=txt.value.replace(/(==[ ]*\w*? )Career/g, '$1career');
|