diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2009-12-11 09:39:45 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2009-12-11 09:39:45 +0000 |
commit | 2bbc1eacad1cbec7d1b52d8cc1652d858ff89f00 (patch) | |
tree | c449b8594520941a159d6d72546121f35312d6e0 /docs | |
parent | 3f86359e9b59a944ba274eef52b41eaa92eb4cce (diff) | |
download | pmwiki.svn-2bbc1eacad1cbec7d1b52d8cc1652d858ff89f00.tar.bz2 |
Fix i18n string in PasswdVar, reported by SteP.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2441 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 78d6c3c7..cd6cc248 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -58,9 +58,9 @@ $WikiTitle = 'PmWiki'; ## "preformatted text blocks", set $EnableWSPre=1 if you want to do ## this. Setting it to a higher number increases the number of ## space characters required on a line to count as "preformatted text". -# $EnableWSPre = 0; # PmWiki 2.2.0 default (disabled) -# $EnableWSPre = 1; # lines beginning with space are preformatted -# $EnableWSPre = 4; # lines with 4 spaces are preformatted +# $EnableWSPre = 1; # lines beginning with space are preformatted (default) +# $EnableWSPre = 4; # lines with 4 or more spaces are preformatted +# $EnableWSPre = 0; # disabled ## If you want uploads enabled on your system, set $EnableUpload=1. ## You'll also need to set a default upload password, or else set |