diff mod_muc_log_http/muc_log_http/themes/prosody/doc.html @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents 03e1dc036a28
children
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/themes/prosody/doc.html	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/prosody/doc.html	Tue Mar 11 18:44:01 2014 +0100
@@ -22,7 +22,7 @@
                 tmp[0] = Number(tmp[0]) + timezoneOffset;
             d = new Date(0, 0, 0, 0, 0, Number(tmp[0]));
         }
-        
+
         eles[i].innerHTML = (d.getHours() <= 9 ? "0" + d.getHours() : d.getHours()) + ":";
         eles[i].innerHTML += (d.getMinutes() <= 9 ? "0" + d.getMinutes() : d.getMinutes()) + ":";
         eles[i].innerHTML += (d.getSeconds() <= 9 ? "0" + d.getSeconds() : d.getSeconds());