1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00

Fix escaped HTML in burnup report

Summary: Fixes T4378. I just removed the `<em>` 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
This commit is contained in:
epriestley 2014-02-06 10:34:12 -08:00
parent eef2727ea6
commit a2687caa33

View file

@ -243,7 +243,7 @@ final class ManiphestReportController extends ManiphestController {
if ($handle) {
$inst = pht(
"NOTE: This table reflects tasks <em>currently</em> 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 ".