From 3b777154be68e82d19f7586acacf9e7eb96552fc Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Mon, 17 Nov 2014 02:50:42 +0100 Subject: htpasswd readme: Format codeblock. --- plugins/htpasswd/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/htpasswd/README.md b/plugins/htpasswd/README.md index 0b78bd6..a8985b0 100644 --- a/plugins/htpasswd/README.md +++ b/plugins/htpasswd/README.md @@ -22,7 +22,7 @@ Installation This configuration must be entered into plugin_conf in config.php: - 'plugin_conf' => [ - 'htpasswd_file' => '', - 'plain' => FALSE, // optional - ] + 'plugin_conf' => [ + 'htpasswd_file' => '', + 'plain' => FALSE, // optional + ] -- cgit v1.1