diff options
-rw-r--r-- | httemplate/elements/change_history_common.html | 4 |
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 from', - 'replace_new' => 'Change to', + 'replace_old' => "Change\xA0from", + 'replace_new' => "Change\xA0to", 'delete' => 'Remove', ); |