summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-21 06:58:27 -0700
committerIvan Kohler <ivan@freeside.biz>2017-03-21 06:58:27 -0700
commit89f7037256ff50c54542ed78dae4197da518a78e (patch)
tree18c530c41f5ef7b67548246c36feab75141d6b99
parent59320822a090d7fab5caa7aff39c98d07fc15ea3 (diff)
visual nit: fix stray |
-rwxr-xr-xhttemplate/view/cust_main/packages.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index d78bc969b..9b0377605 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -144,7 +144,6 @@ if ( el ) el.scrollIntoView(true);
% }
-<% $br++ ? ' | ' : '' %>
% if ( $cust_main->num_cancelled_pkgs ) {
% if ( $cgi->param('showcancelledpackages') eq '0' #see if it was set by me
% || ( $conf->exists('hidecancelledpackages')
@@ -162,6 +161,7 @@ if ( el ) el.scrollIntoView(true);
% $cgi->param('showcancelledpackages', 1);
% }
+ <% $br++ ? ' | ' : '' %>
<% mt('cancelled packages') |h %></a>
% }