Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Validator][Form] Remove BOM in some xlf files#27630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedJun 18, 2018
Thank you for this PR. |
gautierderuette commentedJun 19, 2018
You are right, it must be a BOM, |
gautierderuette commentedJun 19, 2018
Do I have to create a new pull request ? |
nicolas-grekas commentedJun 19, 2018
Good catch, thanks@gautierderuette. |
…uette)This PR was submitted for the 3.4 branch but it was merged into the 2.8 branch instead (closes#27630).Discussion----------[Validator][Form] Remove BOM in some xlf files| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? || Fixed tickets | #...| License | MIT| Doc PR | symfony/symfony-docs#...I removed first blank space from some xml filesIt caused this error during cache:clear[ERROR 4] Start tag expected, '<' not found (in n/a - line 1, column 1)Commits-------0bc53d6 [Validator] Remove BOM in some xlf files
I removed first blank space from some xml files
It caused this error during cache:clear
[ERROR 4] Start tag expected, '<' not found (in n/a - line 1, column 1)