]> granicus.if.org Git - clang/commitdiff
Make "View Report" just a normal link again.
authorTed Kremenek <kremenek@apple.com>
Mon, 22 Sep 2008 17:39:18 +0000 (17:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 22 Sep 2008 17:39:18 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56442 91177308-0d34-0410-b5e6-96231b3b80d8

utils/scan-build

index 09e99c30964dd1fba60d37544c47e47b52f2eba4..e0a3ce8ab0bc9b517923dd325c05bf0e440cbf76 100755 (executable)
@@ -677,7 +677,7 @@ ENDTEXT
       }
 
       # 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";