You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2017/04/20 11:48:42 UTC

incubator-ponymail git commit: TODO no longer relevant

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master a6fa8f6a8 -> a5fdcfe07


TODO no longer relevant

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

Branch: refs/heads/master
Commit: a5fdcfe07a16453b4a3077e70c87abe0f92f2d33
Parents: a6fa8f6
Author: Sebb <se...@apache.org>
Authored: Thu Apr 20 12:48:39 2017 +0100
Committer: Sebb <se...@apache.org>
Committed: Thu Apr 20 12:48:39 2017 +0100

----------------------------------------------------------------------
 site/api/source.lua | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/a5fdcfe0/site/api/source.lua
----------------------------------------------------------------------
diff --git a/site/api/source.lua b/site/api/source.lua
index 407d631..5de4dec 100644
--- a/site/api/source.lua
+++ b/site/api/source.lua
@@ -25,7 +25,6 @@ local utils = require 'lib/utils'
 
 function handle(r)
     -- content is currently utf-8, see #367
-    -- TODO this may need to be adjusted when #366 is fixed
     cross.contentType(r, "text/plain; charset=utf-8")
     local get = r:parseargs()
     -- get the parameter (if any) and tidy it up