From e8b5b93fe43aeb6da274241fb70d0f37f7bd37e0 Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Tue, 26 Jun 2018 16:11:33 +0900 Subject: [PATCH] Display Richtext fields in a readable manner This makes the text readable on the ticket history page, which was strongly requested by our users. --- share/html/Elements/ShowTransaction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/html/Elements/ShowTransaction b/share/html/Elements/ShowTransaction index d5e0c7372ef..5de4e7955fa 100644 --- a/share/html/Elements/ShowTransaction +++ b/share/html/Elements/ShowTransaction @@ -122,7 +122,7 @@ my @classes = ( ($RowNum % 2 ? 'odd' : 'even') ); -my $desc = $Transaction->BriefDescriptionAsHTML; +my $desc = $Transaction->BriefDescription; if ( $Object->id != $Transaction->ObjectId ) { # merged objects $desc = join " - ",