Skip to content

Commit 05c5717

Browse files
author
epriestley
committed
Put spaces back in condition rendering
Summary: Fixes T9055. I mostly tested with "Always" rules so I missed this. Test Plan: {F687280} Reviewers: chad, joshuaspence Reviewed By: joshuaspence Maniphest Tasks: T9055 Differential Revision: https://secure.phabricator.com/D13780
1 parent 4139305 commit 05c5717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/applications/herald/adapter/HeraldAdapter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,9 @@ private function renderConditionAsText(
878878

879879
return array(
880880
$field_name,
881+
' ',
881882
$condition_name,
883+
' ',
882884
$value,
883885
);
884886
}

0 commit comments

Comments
 (0)