Skip to content

Instantly share code, notes, and snippets.

@jboulen
Created February 24, 2014 10:51
Show Gist options
  • Save jboulen/9185537 to your computer and use it in GitHub Desktop.
Save jboulen/9185537 to your computer and use it in GitHub Desktop.
diff --git a/templates/board_assign.php b/templates/board_assign.php
index 74448a5..4c20ee2 100644
--- a/templates/board_assign.php
+++ b/templates/board_assign.php
@@ -16,7 +16,7 @@
</div>
<section>
- <h3><?= t('Change assignee for the task "%s"', $values['title']) ?></h3>
+ <h3><?= t('Change assignee for the task "%s"', htmlspecialchars($values['title'])) ?></h3>
<form method="post" action="?controller=board&amp;action=assignTask" autocomplete="off">
<?= Helper\form_hidden('id', $values) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment