1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Fixed #92: Malformed style/CSS code on public statistics "Visits" page

This commit is contained in:
SecretR
2013-02-14 16:45:42 +02:00
parent 19436eb3d4
commit 28020162e7

View File

@@ -29,11 +29,12 @@ if (!e107::isInstalled('log'))
include_lan(e_PLUGIN.'log/languages/'.e_LANGUAGE.'.php');
$bar = (file_exists(THEME.'images/bar.png') ? THEME_ABS.'images/bar.png' : e_IMAGE_ABS.'generic/bar.png');
$eplug_css[] = "<style type='text/css'>
<!--
e107::css('inline', "
/* Site Stats */
.b { background-image: url('".$bar."'); border: 1px solid #999; height: 10px; font-size: 0px }
-->
</style>";
");
require_once(HEADERF);