diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d9b2b885fcf7920b6efbadc8fe42ee9d04ce5e4..565c1a03e1a37f3dbebca534e7062f5a142365af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,13 +47,11 @@ Differences Between DuMuX 2.8 and DuMuX 2.9
       ```
       find . -name '*.[ch][ch]' -exec bash ../dumux/bin/fix_includes.sh {} \;
       ```
-      inside the folder that contains your files.
-
+      inside the folder that contains your files.  
       A patch is available to remove deprecated header files:
       ```
       patch -p1 < patches/dumux-2.9-no-deprecated-headers.patch
       ```
-
       The benefits are hopefully:
         + A clearer structure in terms of the problems that you want to apply Dumux
           for. Three main application areas on the top level: `porousmediumflow`,