You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PX file with multiple lines for values won't load if any of the lines don't have a space at the end.
The Px parser is expecting \r\n, however this should be amended to only take \n as the HtmlSanitizer will change \r\n to \n. Also, this change allows px files that have been created in a Unix environment.
The text was updated successfully, but these errors were encountered:
PX file with multiple lines for values won't load if any of the lines don't have a space at the end.
The Px parser is expecting \r\n, however this should be amended to only take \n as the HtmlSanitizer will change \r\n to \n. Also, this change allows px files that have been created in a Unix environment.
The text was updated successfully, but these errors were encountered: