|
|
|
@ -315,7 +315,7 @@ class Index_gm extends CI_Controller
|
|
|
|
|
$css_content .= $get_http_temp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
foreach ($html_object->find('style') as $style) {
|
|
|
|
|
foreach ($this->html_object->find('style') as $style) {
|
|
|
|
|
$css_content .= $style->innertext;
|
|
|
|
|
$style->outertext = '';
|
|
|
|
|
}
|
|
|
|
|