1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Bugtracker #5215 - quotes required round URL

This commit is contained in:
e107steved
2011-05-10 21:27:34 +00:00
parent 047dfa1fcf
commit 270495d416

View File

@@ -31,7 +31,7 @@ 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'>
<!--
.b { background-image: url(".$bar."); border: 1px solid #999; height: 10px; font-size: 0px }
.b { background-image: url('".$bar."'); border: 1px solid #999; height: 10px; font-size: 0px }
-->
</style>";