We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d8b58 commit c65ae45Copy full SHA for c65ae45
1 file changed
Utils/SPSyntaxTidy/SPTokenizer.cs
@@ -257,7 +257,7 @@ public static SPToken[] Tokenize(string source)
257
}
258
259
if (c == '<' || c == '>' || c == '!' || c == '|' || c == '&' || c == '+' || c == '-' || c == '*' ||
260
- c == '/' || c == '^')
+ c == '/' || c == '^' || c == '%')
261
{
262
if ((i + 1) < length)
263
0 commit comments