The branch, master has been updated via 951df3599f9b6f4b9943b77e4d28825cd3eaf09d (commit) from 7346e7aa932aa6c9a787324551c811347232ee3b (commit)
- Log ----------------------------------------------------------------- commit 951df3599f9b6f4b9943b77e4d28825cd3eaf09d Author: Michal Čihař michal@cihar.com Date: Mon Aug 15 09:39:34 2011 +0200
Avoid double escaping
-----------------------------------------------------------------------
Summary of changes: libraries/advisor.class.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libraries/advisor.class.php b/libraries/advisor.class.php index 2b411b0..a45c76c 100644 --- a/libraries/advisor.class.php +++ b/libraries/advisor.class.php @@ -112,7 +112,6 @@ class Advisor { $jst = preg_split('/\s*|\s*/', $rule['justification'], 2); if (count($jst) > 1) { - $jst[0] = Advisor::escapePercent($jst[0]); return array($jst[0], $jst[1]); } return array($rule['justification']);
hooks/post-receive