sou %!s(int64=8) %!d(string=hai) anos
pai
achega
7d6bbecb5a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      lib/models/page.js

+ 3 - 1
lib/models/page.js

@@ -527,7 +527,9 @@ module.exports = function(crowi) {
     });
   };
 
-  // find all templates applicable to the new page
+  /**
+   * find all templates applicable to the new page
+   */
   pageSchema.statics.findTemplate = function(path) {
     const Page = this;
     const templatePath = cutOffLastSlash(path);