From 68005ddb49b88c2f6cdd88185d72d8b411d2dbc9 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Mon, 22 Sep 2008 17:39:18 +0000 Subject: [PATCH] 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 --- utils/scan-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "View Report"; + print OUT "View Report"; # Emit REPORTBUG markers. print OUT "\n\n";