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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user