if search-regexp.

some pages (html_select_date, popup and popup_init) didn't get the
body replaced correctly.
This commit is contained in:
messju
2004-06-21 10:37:52 +00:00
parent 04c82a588b
commit ac2ccefdf1

View File

@@ -24,7 +24,7 @@
set_time_limit(0); set_time_limit(0);
$search = array( $search = array(
'/(<HTML.*<META.*HTTP-EQUIV="Content-type".*charset=(.*)".*<BODY[^>]+>)/mSs', '/(<HTML.*<META.*HTTP-EQUIV="Content-type".*charset=(.*?)".*?<BODY[^>]+>)/mSs',
'/(<\/BODY\s*><\/HTML\s*>)/mS' '/(<\/BODY\s*><\/HTML\s*>)/mS'
); );