diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 18:29:09 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 18:29:09 -0500 |
commit | 8159cc99a64cfe563dccea6821348764fc40fb85 (patch) | |
tree | 9904848c2d517ff8e5a28e47d31aa17e7cfd9c70 /templates/project_remove.php | |
parent | 64e2e072294563b7c834382c2de631687f235fe8 (diff) |
Improve HTML escaping
Diffstat (limited to 'templates/project_remove.php')
-rw-r--r-- | templates/project_remove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project_remove.php b/templates/project_remove.php index f63c4031..e9f213b5 100644 --- a/templates/project_remove.php +++ b/templates/project_remove.php @@ -5,7 +5,7 @@ <div class="confirm"> <p class="alert alert-info"> - <?= t('Do you really want to remove this project: "%s"?', Helper\escape($project['name'])) ?> + <?= t('Do you really want to remove this project: "%s"?', $project['name']) ?> </p> <div class="form-actions"> |