Make "View Report" just a normal link again.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56442 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/scan-build b/utils/scan-build
index 09e99c3..e0a3ce8 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -677,7 +677,7 @@
       }
 
       # Emit the "View" link.
-      print OUT "<td class=\"View\"><a href=\"$ReportFile#EndPath\">View Report</a></td>";
+      print OUT "<td><a href=\"$ReportFile#EndPath\">View Report</a></td>";
         
       # Emit REPORTBUG markers.
       print OUT "\n<!-- REPORTBUG id=\"$ReportFile\" -->\n";