From d8cbed5a4b7b7e391a4e244585c962259abf11f0 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 10 May 2018 17:33:07 +0200
Subject: [PATCH] Fixed syntax error

---
 CHANGELOG | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index ba9b9f1a..a8d5d23d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -110,9 +110,7 @@ We offer two settings to manage nodeinfo in your Funkwhale instance:
    and user activity.
 
 To make your instance fully compatible with the nodeinfo protocol, you need to
-to edit your nginx configuration file:
-
-.. code-block::
+to edit your nginx configuration file::
 
     # before
     ...
@@ -130,9 +128,7 @@ to edit your nginx configuration file:
     }
     ...
 
-You can do the same if you use apache:
-
-.. code-block::
+You can do the same if you use apache::
 
     # before
     ...
-- 
GitLab