diff --git a/index.php b/index.php index d0fd130..78587c0 100644 --- a/index.php +++ b/index.php @@ -148,7 +148,7 @@ if ('true' == GetCFGValue('dash_show_sy')) { if (count($culist) > 1) $cu .= ' ' . count($culist) . ' Threads'; if (file_exists('/opt/vc/bin/vcgencmd')) - $cu .= ' ' . `/opt/vc/bin/vcgencmd measure_temp`; + $cu .= ' ' . str_replace("'", '°', trim(`/opt/vc/bin/vcgencmd measure_temp`)); echo '', "\n"; echo '', "\n"; echo '
HostnameKernelOSCPU
', $hn, '', $kn, '', $os, '', $cu, '

', "\n";