From 9a4e6451c4aea7d951af19bc6eecc5ae7e6e85b7 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 26 Mar 2020 12:32:37 -0700 Subject: [PATCH] degee symbol --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";