Skip to content

Commit

Permalink
Summary page has "category" and "severity" swapped
Browse files Browse the repository at this point in the history
Fixes #19299
  • Loading branch information
vboctor committed Jan 30, 2015
1 parent 75119b7 commit 4d9f1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions summary_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<table>
<thead>
<tr class="row-category2">
<th><?php echo lang_get( 'by_category' ) ?></th>
<th><?php echo lang_get( 'by_severity' ) ?></th>
<?php echo $t_orcttab ?>
</tr>
</thead>
Expand All @@ -176,7 +176,7 @@
<table>
<thead>
<tr class="row-category2">
<th><?php echo lang_get( 'by_severity' ) ?></th>
<th><?php echo lang_get( 'by_category' ) ?></th>
<?php echo $t_orcttab ?>
</tr>
</thead>
Expand Down

0 comments on commit 4d9f1f7

Please sign in to comment.