Skip to content

Commit

Permalink
Fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 8, 2018
1 parent 729cf20 commit 879308e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/tpl/login.tpl.php
Expand Up @@ -270,7 +270,7 @@
{
$xml = simplexml_load_string($resgetcommitstrip['content']);
$little = $xml->channel->item[0]->children('content',true);
print $little->encoded;
print preg_replace('/width="650" height="658"/', '', $little->encoded);
}
}

Expand Down

0 comments on commit 879308e

Please sign in to comment.