X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=String.js;h=f5a603e79dc40d54767f8da2f31f422a2fc1d630;hp=0e76ae79d0c1029cc5419475883f3c258256f113;hb=refs%2Fheads%2Fwip_alan_T6102_issue_with_word_clean;hpb=4ef8e367408b569e9466af67f2969357305698a3 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]); }); - }. + } });