Skip to content

Commit

Permalink
Correct class name for tags output
Browse files Browse the repository at this point in the history
Fixes #23494
  • Loading branch information
atrol committed Oct 18, 2017
1 parent 75da452 commit 9d059dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/columns_api.php
Expand Up @@ -1613,7 +1613,7 @@ function print_column_view_state( BugData $p_bug, $p_columns_target = COLUMNS_TA
* @access public
*/
function print_column_tags( BugData $p_bug, $p_columns_target = COLUMNS_TARGET_VIEW_PAGE ) {
echo '<td class="column-view-state">';
echo '<td class="column-tags">';

if( access_has_bug_level( config_get( 'tag_view_threshold' ), $p_bug->id ) ) {
echo string_display_line( tag_bug_get_all( $p_bug->id ) );
Expand Down

0 comments on commit 9d059dd

Please sign in to comment.