summaryrefslogtreecommitdiff
path: root/templates/board_remove.php
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-02-24 18:29:09 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-02-24 18:29:09 -0500
commit8159cc99a64cfe563dccea6821348764fc40fb85 (patch)
tree9904848c2d517ff8e5a28e47d31aa17e7cfd9c70 /templates/board_remove.php
parent64e2e072294563b7c834382c2de631687f235fe8 (diff)
Improve HTML escaping
Diffstat (limited to 'templates/board_remove.php')
-rw-r--r--templates/board_remove.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/board_remove.php b/templates/board_remove.php
index c95c8a28..b406eb38 100644
--- a/templates/board_remove.php
+++ b/templates/board_remove.php
@@ -5,7 +5,7 @@
<div class="confirm">
<p class="alert alert-info">
- <?= t('Do you really want to remove this column: "%s"?', Helper\escape($column['title'])) ?>
+ <?= t('Do you really want to remove this column: "%s"?', $column['title']) ?>
<?= t('This action will REMOVE ALL TASKS associated to this column!') ?>
</p>