summaryrefslogtreecommitdiff
path: root/httemplate/elements/change_history_common.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-19 13:00:00 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-19 13:00:00 -0700
commit94f12d554f6f1038d63283a0962d726e2725773a (patch)
treeb2abbc78a2d886f43562bb4d597aaa01defb639a /httemplate/elements/change_history_common.html
parentd0295833c7e240698bfd7b3a9bddf2024a602253 (diff)
fix &nbsp; display nit from legacy change history changes, RT#29311
Diffstat (limited to 'httemplate/elements/change_history_common.html')
-rw-r--r--httemplate/elements/change_history_common.html4
1 files 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&nbsp;from',
- 'replace_new' => 'Change&nbsp;to',
+ 'replace_old' => "Change\xA0from",
+ 'replace_new' => "Change\xA0to",
'delete' => 'Remove',
);