From a7b00fbd7a21b4560331b4a47334d35aa5f03355 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Tue, 30 Apr 2013 22:15:15 +0700 Subject: [PATCH] FIX: Fix rendering of 2 items of example configuration code --- docs/en/Configuration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/Configuration.md b/docs/en/Configuration.md index 9b8f80b..22286f9 100644 --- a/docs/en/Configuration.md +++ b/docs/en/Configuration.md @@ -71,11 +71,13 @@ If the email address used to comment does not have a gravatar, it is possible to * blank: a transparent PNG image (border added to HTML below for demonstration purposes) To change the default image style, add the following to mysite/_config.php - Commenting::set_config_value('SiteTree', 'gravatar_default', 'retro'); + + Commenting::set_config_value('SiteTree', 'gravatar_default', 'retro'); The rating of the image can be changed by adding a line similar to this to mysite/_config.php - Commenting::set_config_value('SiteTree', 'gravatar_rating', 'r'); + + Commenting::set_config_value('SiteTree', 'gravatar_rating', 'r'); Vald values for rating are as follows: * g: suitable for display on all websites with any audience type.