master
Heuzef 5 years ago
parent 56dd6d62d0
commit d0f0c790eb
  1. 4
      Check.pm

@ -120,9 +120,9 @@ sub action
$shortErr = " ($shortErr)"; $shortErr = " ($shortErr)";
} }
if ( $lastAge < 1.1 ) { if ( $lastAge < 1.1 ) {
$lastAgeCheck = "<span style="color:MediumSeaGreen;">$lastAge</span>"; $lastAgeCheck = "<span style='color:MediumSeaGreen;'>$lastAge</span>";
} else { } else {
$lastAgeCheck = "<span style="color:Tomato;">$lastAge</span>"; $lastAgeCheck = "<span style='color:Tomato;'>$lastAge</span>";
} }
$str = <<EOF; $str = <<EOF;

Loading…
Cancel
Save