Correction impression image background
This commit is contained in:
parent
0216bfb951
commit
252fd205a0
6
cache/css/rsynthese.css
vendored
6
cache/css/rsynthese.css
vendored
@ -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;
|
||||
}
|
@ -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 '+':
|
||||
|
Loading…
x
Reference in New Issue
Block a user