Fix responsive
This commit is contained in:
parent
729cf20df7
commit
879308e0ef
@ -270,7 +270,7 @@ if (!empty($conf->global->MAIN_EASTER_EGG_COMMITSTRIP)) {
|
|||||||
{
|
{
|
||||||
$xml = simplexml_load_string($resgetcommitstrip['content']);
|
$xml = simplexml_load_string($resgetcommitstrip['content']);
|
||||||
$little = $xml->channel->item[0]->children('content',true);
|
$little = $xml->channel->item[0]->children('content',true);
|
||||||
print $little->encoded;
|
print preg_replace('/width="650" height="658"/', '', $little->encoded);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user