From: Dylan William Hardison Date: Tue, 11 Jul 2017 13:45:04 +0000 (-0400) Subject: No Bug - clean trailing whitespace to t/008filter.t passes again (#135) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5eba5172d527a74c60319ff5c7eb5d0d3bc9cd3;p=thirdparty%2Fbugzilla.git No Bug - clean trailing whitespace to t/008filter.t passes again (#135) --- 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