Skip to content

Remove BOM character from lang/es/oublog.php#79

Open
frederickOtus wants to merge 1 commit intomoodleou:masterfrom
moonami:master
Open

Remove BOM character from lang/es/oublog.php#79
frederickOtus wants to merge 1 commit intomoodleou:masterfrom
moonami:master

Conversation

@frederickOtus
Copy link

modified:   lang/es/oublog.php

removed BOM Character from: lang/es/oublog.php

http://stackoverflow.com/questions/2558172/utf-8-bom-signature-in-php-files

There was an invisible character before the openning PHP tag.

If you are writing a file to the output buffer, and include this module,
that invisible character will get added to the buffer and corrupt the
file.

	modified:   lang/es/oublog.php

removed BOM Character from: lang/es/oublog.php

http://stackoverflow.com/questions/2558172/utf-8-bom-signature-in-php-files

There was an invisible character before the openning PHP tag.

If you are writing a file to the output buffer, and include this module,
that invisible character will get added to the buffer and corrupt the
file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant