[freeside-commits] branch master updated. 94f12d554f6f1038d63283a0962d726e2725773a

Ivan ivan at 420.am
Sun Apr 19 13:00:01 PDT 2015


The branch, master has been updated
       via  94f12d554f6f1038d63283a0962d726e2725773a (commit)
      from  d0295833c7e240698bfd7b3a9bddf2024a602253 (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 94f12d554f6f1038d63283a0962d726e2725773a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Apr 19 13:00:00 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