From 60c1036ecb53789ef4b193587b786de7d13ff2c5 Mon Sep 17 00:00:00 2001 From: muxator Date: Fri, 20 Jul 2018 12:33:45 +0200 Subject: [PATCH] changelog: put
    in backticks Github's Markdown renderer broke the layout of the readme file. Putting `
      ` in backticks keeps it happy. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1293b578..4fb1035b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -490,7 +490,7 @@ * Plugin-specific settings in settings.json (finally allowing for things like a google analytics plugin) * Serve admin dashboard at /admin (still very limited, though) * Modify your settings.json through the newly created UI at /admin/settings - * Fix: Import
        's as
          's and not as
            's! + * Fix: Import `
              ` as `
                ` and not as `
                  `! * Added solaris compatibility (bin/installDeps.sh was broken on solaris) * Fix a bug with IE9 and Password Protected Pads using HTTPS