chore: fix character misencodings (#78)

Various characters had been replaced by â€s.

Fix #77
This commit is contained in:
Ben Goldsworthy 2021-04-14 17:27:15 +01:00 committed by GitHub
parent 617132b5f1
commit 35d8b82008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 34 deletions

View file

@ -79,6 +79,7 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
= 2.6.6 =
- Bugfix: Process: fix issue that caused some footnotes to not be processed, thanks to @docteurfitness bug report.
- Bugfix: Display: fix characters that had been mis-encoded.
= 2.6.5 =
- Bugfix: Editor buttons: debug button by reverting name change in PHP file while JS file and HTML template remained unsynced, thanks to @gova bug report.