diff --git a/report/velocity/macros.vm b/report/velocity/macros.vm index 8e8fed1c9..695076592 100644 --- a/report/velocity/macros.vm +++ b/report/velocity/macros.vm @@ -3,7 +3,7 @@ ## Verify the Yslow score, over 90 is good #macro( scoreType $score ) -#if ($score>90)success#elseif ($score>80) +#if ($score>89.99)success#elseif ($score>80) warning#else error#end#end