Skip to content
Permalink
Browse files Browse the repository at this point in the history
Escape partition comment when displaying
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 22, 2016
1 parent 1cc7466 commit 792cd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/table/structure/display_partitions.phtml
Expand Up @@ -74,7 +74,7 @@ use PMA\libraries\Util; ?>
<span><?= $value; ?></span>
<span class="unit"><?= $unit; ?></span>
</td>
<td><?= $partition->getComment(); ?></td>
<td><?= htmlspecialchars($partition->getComment()); ?></td>
<?php foreach ($actionIcons as $action => $icon): ?>
<td>
<a href="tbl_structure.php<?= $url_query; ?>&amp;partition_maintenance=1&amp;sql_query=<?= urlencode(
Expand Down

0 comments on commit 792cd12

Please sign in to comment.