Correction impression image background

This commit is contained in:
Michael RICOIS 2010-04-15 09:41:14 +00:00
parent 0216bfb951
commit 252fd205a0
2 changed files with 4 additions and 4 deletions

View File

@ -92,13 +92,13 @@
}
#commentaires span.plus{
background: white url(./img/li-plus.gif) no-repeat left center;
background: white url('../img/li-plus.gif') no-repeat left center;
}
#commentaires span.moins{
background: white url(./img/li-moins.gif) no-repeat left center;
background: white url('../img/li-moins.gif') no-repeat left center;
}
#commentaires span.point{
background: white url(./img/li-point.gif) no-repeat left center;
background: white url('../img/li-point.gif') no-repeat left center;
}

View File

@ -8,7 +8,7 @@ function commentaires_siren($content){
}
function commentaires_liste($content){
$pattern = '/(.*?)<li([\+|-]?)>(.+?)/i';
$pattern = '/(.*?)<li([\+|-]?)>(.*)/i';
if(preg_match($pattern, $content, $matches)){
switch($matches[2]){
case '+':