Index: mythweather/mythweather/scripts/uk_bbc/bbccurrentxml.pl
===================================================================
--- mythweather/mythweather/scripts/uk_bbc/bbccurrentxml.pl	(revision 16745)
+++ mythweather/mythweather/scripts/uk_bbc/bbccurrentxml.pl	(working copy)
@@ -178,7 +178,7 @@
             $datavalue =~ s/^.*?\((-?\d{1,2}).*/$1/;
         }
         elsif ($units =~ /SI/) {
-            $datavalue =~ s/^-?(\d{1,2}).*/$1/;
+            $datavalue =~ s/^(-?\d{1,2}).*/$1/;
         }
         $datalabel = "temp";
     }
