[freeside-commits] branch FREESIDE_3_BRANCH updated. 9d175e20ee5a1d2088352acdee356afa30db5028
Ivan
ivan at 420.am
Sun Apr 19 13:00:04 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 9d175e20ee5a1d2088352acdee356afa30db5028 (commit)
from 2d7cf9d3a071bc96cb1b186cecec167c9e3482a5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9d175e20ee5a1d2088352acdee356afa30db5028
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Apr 19 13:00:02 2015 -0700
fix display nit from legacy change history changes, RT#29311
diff --git a/httemplate/elements/change_history_common.html b/httemplate/elements/change_history_common.html
index e56bd1d..7d4bd10 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',
);
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/change_history_common.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list