From: Alan Knowles Date: Thu, 10 May 2018 07:29:24 +0000 (+0800) Subject: String.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=93fc5933b87cb5972ca0d70536da62542a854862 String.js --- diff --git a/String.js b/String.js index 0e76ae79d0..f5a603e79d 100644 --- a/String.js +++ b/String.js @@ -66,7 +66,7 @@ var s = String.format('
{1}
', cls, text); return format.replace(/\{(\d+)\}/g, function(m, i){ return Roo.util.Format.htmlEncode(args[i]); }); - }. + } });