|
@@ -329,7 +329,7 @@ class mb_specialModel extends Model
|
|
foreach ($item as &$img)
|
|
foreach ($item as &$img)
|
|
{
|
|
{
|
|
if(!is_array($img)) continue;
|
|
if(!is_array($img)) continue;
|
|
- if ($img['type'] == 'url') {
|
|
|
|
|
|
+ if ($img['type'] == 'url' || $img['type'] == 'innerurl') {
|
|
$img['data'] = htmlspecialchars_decode($img['data']);
|
|
$img['data'] = htmlspecialchars_decode($img['data']);
|
|
}
|
|
}
|
|
}
|
|
}
|