Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv21737/ecrire
Modified Files:
inc_tidy.php
Log Message:
xhtml: passer les en unicode
Index: inc_tidy.php
RCS file: /home/spip-cvs/spip/ecrire/inc_tidy.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- inc_tidy.php 15 Jul 2004 08:27:15 -0000 1.4
+++ inc_tidy.php 15 Jul 2004 09:48:07 -0000 1.5
@@ -52,6 +52,7 @@
tidy_setopt('output-xhtml', true);
tidy_setopt('indent', 5);
tidy_setopt('show-body-only', false);
+ tidy_setopt('quote-nbsp', false);
$html = tidy_parse_string($buffer);
tidy_clean_repair();
@@ -87,6 +88,7 @@
tidy_setopt('output-xhtml', true);
tidy_setopt('indent', 5);
tidy_setopt('show-body-only', true);
+ tidy_setopt('quote-nbsp', false);
$html = tidy_parse_string($buffer);
tidy_clean_repair();