diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-09-22 17:39:18 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-09-22 17:39:18 +0000 |
commit | 68005ddb49b88c2f6cdd88185d72d8b411d2dbc9 (patch) | |
tree | 14603e72e97569657702704b51b96f31b8cad12a | |
parent | 50534dc3ab0737224f9ce739821e1486219c686b (diff) |
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
-rwxr-xr-x | utils/scan-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scan-build b/utils/scan-build index 09e99c3096..e0a3ce8ab0 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -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"; |