diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-18 02:40:29 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:24 +0200 |
| commit | 659384dc54db02ccdce5648a9418283ee08fc216 (patch) | |
| tree | 79fd51124db101adb2f49f12f4ef55dea5f10e4b /markdown/2015_09_upcoming-events-for-replicant-in-octobernovember-2015.md | |
| parent | c577cf167d08c09e4d3409a4971a09cc13daa5b2 (diff) | |
| download | haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.tar.gz haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.tar.bz2 haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.zip | |
convert.py, markdown: Fix right single quotation mark.
Some generated markdown have right single quotation marks, and without
this fix, it ends up being displayed as '???' in the generated HTML
files.
As an example with site/new-replicant-test-images-available.html we
have:
We are please to remind you that, as usual, Replicant is fully
free software and doesn???t include any proprietary firmwares.
Converting the right single quotation marks to apostrophes fixed it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'markdown/2015_09_upcoming-events-for-replicant-in-octobernovember-2015.md')
| -rw-r--r-- | markdown/2015_09_upcoming-events-for-replicant-in-octobernovember-2015.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/markdown/2015_09_upcoming-events-for-replicant-in-octobernovember-2015.md b/markdown/2015_09_upcoming-events-for-replicant-in-octobernovember-2015.md index d7e2689..3fdb73a 100644 --- a/markdown/2015_09_upcoming-events-for-replicant-in-octobernovember-2015.md +++ b/markdown/2015_09_upcoming-events-for-replicant-in-octobernovember-2015.md @@ -15,11 +15,11 @@ some form of public discussion, such as participation in a round table. Starting next week-end, Replicant will be at the following events: -* [Brest en Biens Communs][2], October 3, Brest: [Internet aujourd’hui, +* [Brest en Biens Communs][2], October 3, Brest: [Internet aujourd'hui, défendre les libertés][3] round table * [Brest en Biens Communs][2], October 17, Brest: [Replicant, système - d’exploitation libre pour smartphones][4] talk and workshop + d'exploitation libre pour smartphones][4] talk and workshop * [Capitole du Libre][5], November 21-22, Toulouse: Libérer son mobile avec Replicant : politique, technique talk @@ -41,7 +41,7 @@ See you soon! November update: Due to the recent attacks in Paris, Capitole du Libre was canceled and [Bazar du Libre][10] is taking place in Toulouse on November -21-22. The talk about Replicant was rescheduled in Mix’art Myrys, room 2 at +21-22. The talk about Replicant was rescheduled in Mix'art Myrys, room 2 at 3:00 pm. [1]: <https://www.replicant.us/freedom-privacy-security-issues.php> |
