From cbded596b87f700c427f7be3e746a90c561456c4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 1 Jul 2015 00:59:54 -0700 Subject: [PATCH] 3.x UI consistence --- httemplate/view/cust_main/billing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 01e7654d1..0a79ee50c 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -78,8 +78,8 @@ % } - <% emt( ucfirst($freq_pretty). ' recurring' ) %> - <% $money_char. sprintf('%.2f', $amount) %> + <% emt( ucfirst($freq_pretty). ' recurring' ) %> + <% $money_char. sprintf('%.2f', $amount) %> % } -- 2.11.0