fix(cloudfunc) "taget" -> "target "

This commit is contained in:
coderaiser 2014-03-17 09:53:11 -04:00
parent 490764f3c2
commit dadda98fcc

View file

@ -447,7 +447,7 @@ var Util;
size = '<dir>';
} else {
type = 'text-file';
attribute = 'target="_blank"';
attribute = 'target="_blank" ';
size = CloudFunc.getShortSize(file.size);
}