You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/06/02 09:46:23 UTC

incubator-ponymail git commit: add whitespace to TZ offset

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 0f086ce40 -> 91eceda12


add whitespace to TZ offset


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/91eceda1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/91eceda1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/91eceda1

Branch: refs/heads/master
Commit: 91eceda12386298021b63303753d39193ba63266
Parents: 0f086ce
Author: humbedooh <hu...@apache.org>
Authored: Thu Jun 2 11:46:13 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Thu Jun 2 11:46:13 2016 +0200

----------------------------------------------------------------------
 site/js/dev/ponymail_email_tools.js | 2 +-
 site/js/ponymail.js                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/91eceda1/site/js/dev/ponymail_email_tools.js
----------------------------------------------------------------------
diff --git a/site/js/dev/ponymail_email_tools.js b/site/js/dev/ponymail_email_tools.js
index 1d2b4cd..da91533 100644
--- a/site/js/dev/ponymail_email_tools.js
+++ b/site/js/dev/ponymail_email_tools.js
@@ -210,7 +210,7 @@ function formatDate(date, dtz){
         date.getDate().pad(2) + " " +
         date.getHours().pad(2) + ":" +
         date.getMinutes().pad(2)) +
-        (dtz ? "(" + plus + ttz + ")" : "")
+        (dtz ? " (" + plus + ttz + ")" : "")
 }
 
 

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/91eceda1/site/js/ponymail.js
----------------------------------------------------------------------
diff --git a/site/js/ponymail.js b/site/js/ponymail.js
index 3ab4774..5b33a91 100644
--- a/site/js/ponymail.js
+++ b/site/js/ponymail.js
@@ -2052,7 +2052,7 @@ function formatDate(date, dtz){
         date.getDate().pad(2) + " " +
         date.getHours().pad(2) + ":" +
         date.getMinutes().pad(2)) +
-        (dtz ? "(" + plus + ttz + ")" : "")
+        (dtz ? " (" + plus + ttz + ")" : "")
 }