Utente:GryffindorD/common.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m +1 |
m fix |
||
Riga 13:
autoEdTag = "fix";
function autoEdCurlyFixer (str) {
str = str.replace(/[“”]/g, '"').replace(/[‘’]/g, "'");
return str
}
/**
|