Update of /home/spip-cvs/spip
In directory alan:/tmp/cvs-serv10264
Modified Files:
inc-calcul.php3
Log Message:
mauvaise application de xhtml
Index: inc-calcul.php3
RCS file: /home/spip-cvs/spip/inc-calcul.php3,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- inc-calcul.php3 16 Jul 2004 17:47:03 -0000 1.76
+++ inc-calcul.php3 17 Jul 2004 07:00:10 -0000 1.77
@@ -64,7 +64,7 @@
$page = $fonc(array('cache' =>$cache), array($contexte));
if ($GLOBALS['xhtml']) {
include_ecrire("inc_tidy.php");
- $page = xhtml($page);
+ $page['texte'] = xhtml($page['texte']);
}
$timer_b = explode(" ", microtime());
$timer = ceil(1000*($timer_b[0] + $timer_b[1] - $timer_a[0] - $timer_a[1]));