From 40d3da127bcbffd843e77e6982df07ef1e291a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Nov 2012 10:01:30 +0100 Subject: [PATCH] Better formatting of some docs --- doc/config.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index ce4cfd0262..888bd62bc9 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -66,18 +66,17 @@ Basic settings of one database where you would like to use it. You will find a link that will analyze why those features have been disabled. - If you do not - want to use those features set this variable to ``true`` to stop this - message from appearing. + If you do not want to use those features set this variable to ``true`` to + stop this message from appearing. .. config:option:: $cfg['SuhosinDisableWarning'] :type: boolean :default: false - A warning is displayed on the main page if Suhosin is detected. You - can set this parameter to ``true`` to stop this message from - appearing. + A warning is displayed on the main page if Suhosin is detected. + + You can set this parameter to ``true`` to stop this message from appearing. .. config:option:: $cfg['McryptDisableWarning'] @@ -85,8 +84,9 @@ Basic settings :default: false Disable the default warning that is displayed if mcrypt is missing for - cookie authentication. You can set this parameter to ``true`` to stop - this message from appearing. + cookie authentication. + + You can set this parameter to ``true`` to stop this message from appearing. .. config:option:: $cfg['ServerLibraryDifference_DisableWarning'] @@ -94,8 +94,9 @@ Basic settings :default: false A warning is displayed on the main page if there is a difference - between the MySQL library and server version. You can set this - parameter to ``true`` to stop this message from appearing. + between the MySQL library and server version. + + You can set this parameter to ``true`` to stop this message from appearing. .. config:option:: $cfg['TranslationWarningThreshold']