JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 8094ce9..971c098 100644 (file)
@@ -139,7 +139,7 @@ Options = {
             };
         }
         if (this.templateDir[0] !='/') {
-            this.templateDir = this.baseDir + '/' + this.template;
+            this.templateDir = this.baseDir + '/' + this.templateDir;
         }