X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=8892035084063f08d89910e0964dbee0d1e1f216;hp=d0ad6434634382852e438c575782da0b0520def7;hb=f55ef9d6bc7352e2dffe18ded028a5a2e0cc3936;hpb=72908e845f60c5122d2a785051755697abcc08db diff --git a/js/euphorik.js b/js/euphorik.js index d0ad643..8892035 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -337,7 +337,7 @@ Formateur.prototype.traiterURL = function(M, pseudo) if (!thisFormateur.regexTestProtocoleExiste.test(url)) url = "http://" + url var extension = thisFormateur.getShort(url) - return "[" + extension[0] + "]" + return "[" + extension[0] + "]" } return M.replace(this.regexUrl, traitementUrl) }