K 10 svn:author V 3 mat K 8 svn:date V 27 2018-06-08T09:26:41.690741Z K 7 svn:log V 524 SC1004: This backslash+linefeed is literal. Break outside single quotes if you just want to break the line. You have a single quoted string containing a backslash followed by a linefeed (newline). Unlike double quotes or unquoted strings, this has no special meaning. The string will contain a literal backslash and a linefeed. If you wanted to break the line but not add a linefeed to the string, stop the single quote, break the line, and reopen it. PR: 227109 Submitted by: mat Sponsored by: Absolight END