openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 98642ba07a7681de1632bd58e830f09b78e579bf
parent ba7be47b93d263282b1e0a8a4715e60b30fa00f9
Author: dankert <devnull@localhost>
Date:   Tue, 30 Mar 2010 12:19:36 +0200

Default-Wert und Beschreibung von \"escape_8bit_characters\" geändert.

Diffstat:
config/publish.ini.php | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/config/publish.ini.php b/config/publish.ini.php @@ -58,8 +58,11 @@ enable_php_in_page_content=false ; 'true' : always interpret PHP in file content enable_php_in_file_content=false -; Escape all non-ascii characters to HTML entities (e.g. "&entity;") -escape_8bit_characters=true +; Escape all non-ascii characters to HTML entities. +; Normally this is not necessary, if there is a correct charset in the meta-section of your HTML-head. +; 'true' : Escape all non-ascii-characters +; 'false': Do nothing (default) +escape_8bit_characters=false