diff --git a/dist/distrib.html b/dist/distrib.html index 08a0efb588f3fec4c90a029b78aca5c9792b0828..914aa561c12b36c5edcbe3163abaae530db8a0db 100644 --- a/dist/distrib.html +++ b/dist/distrib.html @@ -1,4 +1,4 @@ -#HTTP**{"Content-Type: text/javascript"} +#HTTP{"Content-Type: text/javascript"} document.write('<table border="0" bgcolor="#000000" cellspacing="0" cellpadding="0"><tr><td>'); document.write('<table border="0" bgcolor="#ffffff" cellspacing="1" cellpadding="2"><tr><td bgcolor="#d0d0d0" align="center">'); document.write('<a href="#URL_SITE_SPIP/"><b>[(#NOM_SITE_SPIP|addslashes)]</b></a> </td></tr><tr><td><ul><small>'); diff --git a/dist/forum.html b/dist/forum.html index 11f9ecf21d842b794ca40da8b6e77cd630c3a0e7..e1dc55634bb613df8aee028095e9bad77007e39c 100644 --- a/dist/forum.html +++ b/dist/forum.html @@ -1,5 +1,4 @@ -#HTTP**{"Cache-Control: no-store, no-cache, must-revalidate", - "Pragma: no-cache"} +#HTTP{"Cache-Control: no-store, no-cache, must-revalidate","Pragma: no-cache"} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="#LANG_DIR" lang="#LANG"> <head> diff --git a/dist/ical.html b/dist/ical.html index 0b6a0f89a90f672959bac99b6da149299bd01bb4..1866f6341c1136b3fef547a784678048b4a8b14d 100644 --- a/dist/ical.html +++ b/dist/ical.html @@ -1,4 +1,4 @@ -#HTTP**{"Content-type: text/calendar"} +#HTTP{"Content-type: text/calendar"} BEGIN:VCALENDAR CALSCALE:GREGORIAN X-WR-CALNAME;VALUE=TEXT:[(#NOM_SITE_SPIP|filtrer_ical)] diff --git a/dist/login.html b/dist/login.html index cd52e77c14ed7d920929b0f0a9b10d9fa51b3fb0..589b60c7417f9a87b1798fff613b5199ba592b68 100644 --- a/dist/login.html +++ b/dist/login.html @@ -1,5 +1,4 @@ -#HTTP**{"Cache-Control: no-store, no-cache, must-revalidate", - "Pragma: no-cache"} +#HTTP{"Cache-Control: no-store, no-cache, must-revalidate","Pragma: no-cache"} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="#LANG_DIR" lang="#LANG"> <head> diff --git a/inc-balises.php3 b/inc-balises.php3 index 9af6d7d92c7cb0537d5c0120583f3378bcbfa8f4..93dcf713176f1d6ef6caaf5aa956f08e0fbda998 100644 --- a/inc-balises.php3 +++ b/inc-balises.php3 @@ -776,6 +776,7 @@ function balise_HTTP_dist($p) { $code = ""; foreach($a as $v) $code .= 'header("' . $v[0]->texte . '");'; $p->code="('<'.'?php $code ?' . '>')"; + $p->interdire_scripts = false; return $p; }