Skip to content

Commit

Permalink
Merge branch 'QA_4_7'
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 21, 2017
2 parents aefe197 + 4119b5c commit 13225ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/database/designer/database_tables.phtml
Expand Up @@ -27,7 +27,7 @@
<?php endif; ?>
<td class="small_tab"
title="<?= __('Show/hide columns'); ?>"
id="id_hide_tbody_<?= $t_n_url; ?>"
id="id_hide_tbody_<?= htmlspecialchars($t_n_url) ?>"
table_name="<?= htmlspecialchars($t_n_url); ?>">
<?= (! isset($tab_pos[$t_n]) || ! empty($tab_pos[$t_n]["V"])) ? 'v' : '&gt;'; ?>
</td>
Expand Down

0 comments on commit 13225ce

Please sign in to comment.