This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 7b81e32bbfd4348f5c18f1bfabdd310e7d3723dd Author: juanpablo <[email protected]> AuthorDate: Sun Oct 21 22:22:41 2018 +0200 Haddock is now the default template --- jspwiki-war/src/main/resources/ini/jspwiki.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jspwiki-war/src/main/resources/ini/jspwiki.properties b/jspwiki-war/src/main/resources/ini/jspwiki.properties index 767cc9f..bf48238 100644 --- a/jspwiki-war/src/main/resources/ini/jspwiki.properties +++ b/jspwiki-war/src/main/resources/ini/jspwiki.properties @@ -289,11 +289,12 @@ jspwiki.translatorReader.camelCaseLinks = false # basic templates from that directory: "ViewTemplate," "EditTemplate" # and "AdminTemplate" # -# By default this is called "default". +# By default this is called "haddock". You can switch to 2.9/2.10 default +# template by setting this value to "210" # # This option can be overridden on a per-page basis using the SET directive. # -jspwiki.templateDir = default +jspwiki.templateDir = haddock #
