diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-07-07 17:23:32 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-07-07 17:23:32 +0000 |
commit | 88a96d6c3fe2b1b9d80b39c21cf7aca4aa9fcf08 (patch) | |
tree | b9b05a0c8275be116b768c9d7ab0fc543e2b206c | |
parent | 2645c77072d45fabb2bdc0a3621908035c7113dc (diff) |
Mark the "Bug Type" column as being initially sorted (display the sort ding) so that users can readily see that the table can be sorted.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53176 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 d0ed77834e..ceb793ba29 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -437,7 +437,7 @@ print OUT <<ENDTEXT; <h3>Reports</h3> <table class="sortable"> <tr> - <td>Bug Type</td> + <td class="sorttable_sorted">Bug Type<span id="sorttable_sortfwdind"> ▾</span> <td>File</td> <td>Line</td> <td>Path Length</td> |