Tidy up of formatting

This commit is contained in:
pete_morgan
2006-09-27 06:28:21 +00:00
parent 9a5853dba9
commit a970418813
33 changed files with 374 additions and 285 deletions

View File

@@ -3,13 +3,12 @@
<sect1 id="variable.config.read.hidden">
<title>$config_read_hidden</title>
<para>
If set to true, hidden sections (section names beginning with a period)
in
<link linkend="config.files">config files</link>
If set to &true;, hidden sections ie section names beginning with a .period
in <link linkend="config.files">config files</link>
can be read from templates. Typically you would leave
this false, that way you can store sensitive data in the config files
this &false;, that way you can store sensitive data in the config files
such as database parameters and not worry about the template loading
them. false by default.
them. &false; by default.
</para>
</sect1>
<!-- Keep this comment at the end of the file