From dadda98fccc85daf47e58335d4ff6cc6f9de9c69 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 17 Mar 2014 09:53:11 -0400 Subject: [PATCH] fix(cloudfunc) "taget" -> "target " --- lib/cloudfunc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index c7a7dcf8..10ac6ab0 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -447,7 +447,7 @@ var Util; size = '<dir>'; } else { type = 'text-file'; - attribute = 'target="_blank"'; + attribute = 'target="_blank" '; size = CloudFunc.getShortSize(file.size); }