]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
No Bug - clean trailing whitespace to t/008filter.t passes again (#135)
authorDylan William Hardison <dylan@hardison.net>
Tue, 11 Jul 2017 13:45:04 +0000 (09:45 -0400)
committerMary Umoh <umohm12@gmail.com>
Tue, 11 Jul 2017 13:45:04 +0000 (09:45 -0400)
template/en/default/bug/time.html.tmpl

index c58675b964b8b25d16a49deac71142800d64869d..9bfabe6d503b739bf37179af43b707194780f83d 100644 (file)
@@ -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') %]
 
 [% 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