| Index: sitescripts/reports/template/digest.html |
| =================================================================== |
| --- a/sitescripts/reports/template/digest.html |
| +++ b/sitescripts/reports/template/digest.html |
| @@ -256,7 +256,7 @@ |
| else if (/\S/.test(report.comment)) |
| weight += 0.5; |
| if (report.contact) |
| - weight += 0.3; |
| + weight += report.score; |
| return weight; |
| } |