We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b9798f + f2f28d8 commit da1793fCopy full SHA for da1793f
src/js/modules/infragistics.templating.js
@@ -126,7 +126,7 @@
126
/* type="RegExp" Matches any substitution element in the template that is to be rendered as it is
127
Use $.ig.regExp.sub.exec(tmpl) in order to get the substitution element in the tmpl string
128
*/
129
- nonEncodeSub: /\{\{html\s+([\w\$\-]+(\.|\s)?[\w\$\-]*)+\}\}/,
+ nonEncodeSub: /\{\{html\s+((?:[\w\$-]+)(?:\.(?:[\w\$-]+)|\s(?:[\w\$-]+))*)\}\}/,
130
forSub: /\$\{([\w\$]+\.[\w\$]+(?:\.[\w\$]+)*)\}/,
131
arg: /args\[\d+\](?!.*\+)/,
132
/* type="RegExp" Matches any block directive in the template
0 commit comments