From bf10eaf81c8e9f7fcb968003a512060f7a79a9a5 Mon Sep 17 00:00:00 2001 From: vrana Date: Tue, 19 Jun 2012 14:10:13 -0700 Subject: [PATCH] Wrap Differential property changes --- .../differential/parser/DifferentialChangesetParser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/differential/parser/DifferentialChangesetParser.php b/src/applications/differential/parser/DifferentialChangesetParser.php index e64d0bfd12..43410553e4 100644 --- a/src/applications/differential/parser/DifferentialChangesetParser.php +++ b/src/applications/differential/parser/DifferentialChangesetParser.php @@ -1587,13 +1587,13 @@ final class DifferentialChangesetParser { if ($oval === null) { $oval = 'null'; } else { - $oval = phutil_escape_html($oval); + $oval = nl2br(phutil_escape_html($oval)); } if ($nval === null) { $nval = 'null'; } else { - $nval = phutil_escape_html($nval); + $nval = nl2br(phutil_escape_html($nval)); } $rows[] =