From 9d175e20ee5a1d2088352acdee356afa30db5028 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 19 Apr 2015 13:00:02 -0700 Subject: [PATCH] fix   display nit from legacy change history changes, RT#29311 --- httemplate/elements/change_history_common.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/elements/change_history_common.html b/httemplate/elements/change_history_common.html index e56bd1d75..7d4bd1054 100644 --- a/httemplate/elements/change_history_common.html +++ b/httemplate/elements/change_history_common.html @@ -148,8 +148,8 @@ die "access deined" my %action = ( 'insert' => 'Insert', #'Create', - 'replace_old' => 'Change from', - 'replace_new' => 'Change to', + 'replace_old' => "Change\xA0from", + 'replace_new' => "Change\xA0to", 'delete' => 'Remove', ); -- 2.11.0