From ed10b4751e9e1a0e72df36e3912ec90ed288a32b Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 5 Oct 2009 11:58:38 +0000 Subject: [PATCH] Valid XHTML git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7179 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- config/config-dist.ini | 6 +++--- configurator.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/config-dist.ini b/config/config-dist.ini index ecf365e49..22305ad81 100644 --- a/config/config-dist.ini +++ b/config/config-dist.ini @@ -37,7 +37,7 @@ ; Reportedly broken on MacOSX Safari ;ENABLE_EDIT_TOOLBAR = false -; Adds two additional buttons in EDIT_TOOLBAR, Search&Replace and Undo. +; Adds two additional buttons in EDIT_TOOLBAR, Search&Replace and Undo. ; Undo is experimental. Default: true ;JS_SEARCHREPLACE = true @@ -1011,7 +1011,7 @@ CHARSET = utf-8 ; Author and Copyright Site Navigation Links ; -; These will be inserted as tags in the html header of +; These will be inserted as <link rel> tags in the html header of ; every page, for search engines and for browsers like Mozilla which ; take advantage of link rel site navigation. ; @@ -1052,7 +1052,7 @@ CHARSET = utf-8 ; Default: false ;DISABLE_MARKUP_WIKIWORD = true -; Enable
and HTML blocks and attributes. Experimental. Not yet working. +; Enable <div> and <span> HTML blocks and attributes. Experimental. Not yet working. ;ENABLE_MARKUP_DIVSPAN = true ; Plugin shortcuts: Enable syntax mapped to a plugin invocation. (as in mediawiki) diff --git a/configurator.php b/configurator.php index e8c11f28f..143b990ff 100644 --- a/configurator.php +++ b/configurator.php @@ -1293,7 +1293,7 @@ $properties["Ignore Charset Not Supported Warning"] = $properties["Language"] = new _define_selection_optional('DEFAULT_LANGUAGE', array('en' => "English", - '' => " (user-specific)", + '' => "<empty> (user-specific)", 'fr' => "Français", 'de' => "Deutsch", 'nl' => "Nederlands", @@ -1401,7 +1401,7 @@ The default behavior is to match Category* or Topic* links."); $properties["Author and Copyright Site Navigation Links"] = new _define_commented_optional('COPYRIGHTPAGE_TITLE', "GNU General Public License", " -These will be inserted as tags in the html header of +These will be inserted as <link rel> tags in the html header of every page, for search engines and for browsers like Mozilla which take advantage of link rel site navigation. -- 2.45.0