Skip to content

Commit

Permalink
Merge branch 'master' of github.com:EUDAT-B2DROP/b2sharebridge
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinkens committed Apr 18, 2024
2 parents 2333ff6 + a0325e9 commit b434ca9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,7 @@ and other code smells:

- `make phplint` to show and `make phplint-fix` to automatically fix some php issues
- `make stylelint` to show and `make stylelint-fix` to automatically fix some css, scss or vue issues
- `make lint` to show and `make lint-fix` to automatically fix some javascript issues
- `make lint` to show and `make lint-fix` to automatically fix some javascript issues

## Additional Notes
You need to at least use charset `utf8mb4` (or similar) in your database, because the fetched communitites contain the `🔒`-emoji in their name. Otherwise this causes mysql (or similar) to show a question mark `?` instead. This bug only causes visual issues.

0 comments on commit b434ca9

Please sign in to comment.