lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 44135f89 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

disable ProcessHTMLEntities to get more readable HTML (i.e. 'é' instead of 'é').

the real diff on this commit is the following:

- FCKConfig.ProcessHTMLEntities	= true ;
- FCKConfig.IncludeLatinEntities	= true ;
- FCKConfig.IncludeGreekEntities	= true ;
-
- FCKConfig.ProcessNumericEntities = false ;
-
- FCKConfig.AdditionalNumericEntities = ''  ;
+ FCKConfig.ProcessHTMLEntities	= false

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28707 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 47a925b9
......@@ -309,4 +309,4 @@
2006-06-15 Vincent
* Initial commit.
* Valid XHTML1.0 Strict + CSS 2.0.
* Valid XHTML1.0 Strict + CSS 2.0.
\ No newline at end of file
829
\ No newline at end of file
830
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment