From 9ee4c9215f3bde4f4b7ff8353801358840e849b2 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 18 May 2008 14:11:19 +0000 Subject: [PATCH] Fix: chemin invalide de la classe pwc --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 7026d576a05..7eaebe3822b 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -841,7 +841,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print ''."\n"; print ''."\n"; print ''."\n"; - print ''."\n"; + print ''."\n"; } } if (is_array($arrayofjs))