diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2009-03-15 15:02:14 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2009-03-15 15:02:14 +0000 |
commit | b7ae05065a47bf598d8261b724d4ce621b1dd1ac (patch) | |
tree | 654c1c6071f5795e3d8c4ee4de6d90964c1c3ed0 /docs | |
parent | 19b18497d63355be5fb26b1a6f44c1b046470875 (diff) | |
download | pmwiki.svn-b7ae05065a47bf598d8261b724d4ce621b1dd1ac.tar.bz2 |
Fix typo '}' in sample-config.php.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2287 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index f1875425..67315186 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -38,7 +38,7 @@ $WikiTitle = 'PmWiki'; # $DefaultPasswords['admin'] = crypt('secret'); ## Unicode (UTF-8) allows the display of all languages and all alphabets. -# include_once("$FarmD/scripts/xlpage-utf-8.php");} +# include_once("$FarmD/scripts/xlpage-utf-8.php"); ## If you're running a publicly available site and allow anyone to ## edit without requiring a password, you probably want to put some |