From e5eba5172d527a74c60319ff5c7eb5d0d3bc9cd3 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 11 Jul 2017 09:45:04 -0400 Subject: No Bug - clean trailing whitespace to t/008filter.t passes again (#135) --- template/en/default/bug/time.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/time.html.tmpl b/template/en/default/bug/time.html.tmpl index c58675b96..9bfabe6d5 100644 --- a/template/en/default/bug/time.html.tmpl +++ b/template/en/default/bug/time.html.tmpl @@ -22,7 +22,7 @@ [% BLOCK formattimeunit %] [%# INTERFACE: # time_unit: the number converting, converts to 2 decimal places - # unless the last character is a 0, then it truncates to + # unless the last character is a 0, then it truncates to # 1 decimal place #%] [% time_unit = time_unit FILTER format('%.2f') %] @@ -31,11 +31,11 @@ [% BLOCK calculatepercentage %] [%# INTERFACE: - # act: actual time + # act: actual time # rem: remaining time # %] [% IF (act + rem) > 0 %] - [% (act / (act + rem)) * 100 + [% (act / (act + rem)) * 100 FILTER format("%d") %] [% ELSE %] 0 -- cgit v1.2.3-24-g4f1b