summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-21 06:58:57 -0700
committerIvan Kohler <ivan@freeside.biz>2017-03-21 06:58:57 -0700
commitd0b9bf2f18ea8c5b6a4267f7498df954bfaeafde (patch)
treebd7a6b5b4caca3bf74cc5fb067382d8be6d59c68 /httemplate/view
parent6b32ccb2690c96a445fa89e6a0b0f32a6651694a (diff)
visual nit: fix stray |
Diffstat (limited to 'httemplate/view')
-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 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>
% }