fix(cloudcmd) path -> link

This commit is contained in:
coderaiser 2013-12-05 08:47:51 +00:00
parent a4ef905bbd
commit 5f9b6a6699

View file

@ -30,7 +30,7 @@
FILE_TMPL = HTMLDIR + 'file.html',
PATH_TMPL = HTMLDIR + 'path.html',
LINK_TMPL = HTMLDIR + 'path.html',
LINK_TMPL = HTMLDIR + 'link.html',
FileTemplate, PathTemplate, LinkTemplate,