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
Partials that are loaded via the read() function will still contain the UTF-8 BOM (0xFEFF) marker (when present in the source file).
This can cause layout problems, in some browsers (at least in Chrome), because the BOM marker is regarded as a non breaking space. And thus will result in extraneous characters in your layout.
Partials that are loaded via the read() function will still contain the UTF-8 BOM (0xFEFF) marker (when present in the source file).
This can cause layout problems, in some browsers (at least in Chrome), because the BOM marker is regarded as a non breaking space. And thus will result in extraneous characters in your layout.
See nodejs/node-v0.x-archive#1918 for more information about this issue.
The text was updated successfully, but these errors were encountered: