diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2011-10-08 17:01:49 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2011-10-08 17:01:49 +0000 |
commit | 91d4665ab027030389a069ebdf2a88aafeba7f37 (patch) | |
tree | f7db4c2221c53e05a9c71212d44e50fd4556ada7 /docs | |
parent | 50cfff1b72d0b82da56342a28fa28457e147a709 (diff) | |
download | pmwiki.svn-91d4665ab027030389a069ebdf2a88aafeba7f37.tar.bz2 |
Add MarkupExpressions replacements for UTF-8 strings
git-svn-id: svn://pmwiki.org/pmwiki/trunk@2715 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 67f8cd61..c519503f 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -87,7 +87,7 @@ include_once("scripts/xlpage-utf-8.php"); ## Set $EnableWikiWords if you want to allow WikiWord links. ## For more options with WikiWords, see scripts/wikiwords.php . -# $EnableWikiWords = 1; # enable WikiWord links +# $EnableWikiWords = 1; # enable WikiWord links ## $DiffKeepDays specifies the minimum number of days to keep a page's ## revision history. The default is 3650 (approximately 10 years). @@ -99,8 +99,7 @@ include_once("scripts/xlpage-utf-8.php"); ## of each page. Setting $EnablePageListProtect to zero will ## speed things up considerably, but it will also mean that ## viewers may learn of the existence of read-protected pages. -## (It does not enable them to access the contents of the -## pages.) +## (It does not enable them to access the contents of the pages.) # $EnablePageListProtect = 0; ## The refcount.php script enables ?action=refcount, which helps to |