[freeside-commits] branch master updated. 3c42373d0d057f52836d7e3a73edfddeb2eff23c

Ivan ivan at 420.am
Thu Sep 29 10:11:15 PDT 2016


The branch, master has been updated
       via  3c42373d0d057f52836d7e3a73edfddeb2eff23c (commit)
      from  12aceb11a398b7b69bb494e8e26fa03afd088400 (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 3c42373d0d057f52836d7e3a73edfddeb2eff23c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Sep 29 10:11:14 2016 -0700

    remove popup border cruft (fix   fallout)

diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html
index 86d3ed6..2394681 100644
--- a/httemplate/elements/popup_link.html
+++ b/httemplate/elements/popup_link.html
@@ -50,8 +50,8 @@ if (ref($_[0]) eq 'HASH') {
 }
 
 my $label = $params->{'label'};
-$label =~ s/ / /g;
 $label = encode_entities($label);
+$label =~ s/ / /g;
 $label = $params->{'html_label'} || $label;
 my $onclick = include('/elements/popup_link_onclick.html', $params);
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/popup_link.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list