|
@@ -79,7 +79,7 @@ class Manage
|
|
$table[0] = '';
|
|
$table[0] = '';
|
|
foreach ($text as $k => $v) {
|
|
foreach ($text as $k => $v) {
|
|
if ($v['pic']) {
|
|
if ($v['pic']) {
|
|
- $table[0] .= '<img src="'.$v['pic'].'" width=“150”/> ';
|
|
|
|
|
|
+ $table[0] .= '<img src="'.$v['pic'].'" width="150"/> ';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return Dever::table($table);
|
|
return Dever::table($table);
|