diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-21 06:58:25 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-21 06:58:25 -0700 |
commit | 6b32ccb2690c96a445fa89e6a0b0f32a6651694a (patch) | |
tree | 1fc9f0a440f7fe019af45cbda676974c1c6e128a /httemplate/view | |
parent | 0fff8be254172452fabeef67f8136127466ab34b (diff) |
visual nit: fix stray |
Diffstat (limited to 'httemplate/view')
-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 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> % } |