diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-21 06:58:59 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-21 06:58:59 -0700 |
commit | 6c011becce219cb693b9923d5f319a8cc5d22695 (patch) | |
tree | cf659c5e39ac5d76291407c7b3a51ff38eadf15d | |
parent | 89f7037256ff50c54542ed78dae4197da518a78e (diff) |
visual nit: fix stray |
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 9b0377605..0dc65a788 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -145,6 +145,7 @@ if ( el ) el.scrollIntoView(true); % } % if ( $cust_main->num_cancelled_pkgs ) { + <% $br++ ? ' | ' : '' %> % if ( $cgi->param('showcancelledpackages') eq '0' #see if it was set by me % || ( $conf->exists('hidecancelledpackages') % && ! $cgi->param('showcancelledpackages') @@ -161,7 +162,6 @@ if ( el ) el.scrollIntoView(true); % $cgi->param('showcancelledpackages', 1); % } - <% $br++ ? ' | ' : '' %> <% mt('cancelled packages') |h %></a> % } |