Content deleted Content added
user monobook.js subpage |
m extra comma |
||
Line 7:
//the first line converts the beginning of an external link, the second converts the end
theText = theText.replace(/\[(http)/g
theText = theText.replace(/([^\]])\]([^\]])/g,"$1]</ref>$2")
|