From a2687caa332411f30bb571c463fffe031e1981fd Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 6 Feb 2014 10:34:12 -0800 Subject: [PATCH] Fix escaped HTML in burnup report Summary: Fixes T4378. I just removed the `` since this element is unusual and it's not convenient to switch it to translatable remarkup. Test Plan: stared at it real good Reviewers: btrahan Reviewed By: btrahan CC: aran, chrisbolt Maniphest Tasks: T4378 Differential Revision: https://secure.phabricator.com/D8155 --- .../maniphest/controller/ManiphestReportController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/controller/ManiphestReportController.php b/src/applications/maniphest/controller/ManiphestReportController.php index 71a2b1bfb0..5b7acefd88 100644 --- a/src/applications/maniphest/controller/ManiphestReportController.php +++ b/src/applications/maniphest/controller/ManiphestReportController.php @@ -243,7 +243,7 @@ final class ManiphestReportController extends ManiphestController { if ($handle) { $inst = pht( - "NOTE: This table reflects tasks currently in ". + "NOTE: This table reflects tasks currently in ". "the project. If a task was opened in the past but added to ". "the project recently, it is counted on the day it was ". "opened, not the day it was categorized. If a task was part ".