From f8dfa7ff9356a5f4b441fffda2bd0cca144b265a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:30:53 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 8094ce9..971c098 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -139,7 +139,7 @@ Options = { }; } if (this.templateDir[0] !='/') { - this.templateDir = this.baseDir + '/' + this.template; + this.templateDir = this.baseDir + '/' + this.templateDir; } -- 2.39.2