forked from leftypol/leftypol
small stylesheet change
This commit is contained in:
parent
b3ae75ed14
commit
fe8cafb6ea
5 changed files with 49 additions and 18 deletions
2
mod.php
2
mod.php
|
@ -2088,6 +2088,8 @@
|
|||
$value = '<span style="color:maroon;">' . utf8tohtml(substr($value, 0, 110) . (mb_strlen($value) > 110 ? '…' : '')) . '</span>';
|
||||
} elseif(gettype($value) == 'integer') {
|
||||
$value = '<span style="color:black;">' . $value . '</span>';
|
||||
} elseif(is_object($value) && get_class($value) == 'Closure') {
|
||||
$value = '[callback]';
|
||||
}
|
||||
|
||||
$data .=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue