visual nit: fix stray |
authorIvan Kohler <ivan@freeside.biz>
Tue, 21 Mar 2017 13:58:25 +0000 (06:58 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 21 Mar 2017 13:58:25 +0000 (06:58 -0700)
httemplate/view/cust_main/packages.html

index d78bc96..9b03776 100755 (executable)
@@ -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>
 % }