From 5347324e6cdd62e620eb6961e139f1bdc038028d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 29 Nov 2013 17:25:49 +0000 Subject: [PATCH] Provide default "Summary" template, rending the same as the old hardwired code. --- tools/htdocs/mkws.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 2a3f471..26d1fdb 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -782,6 +782,18 @@ function defaultTemplate(name) \ \ '; + } else if (name === "Summary") { + return '\ + \ + {{md-title}}\ + \ + {{#if md-title-remainder}}\ + {{md-title-remainder}}\ + {{/if}}\ + {{#if md-title-responsibility}}\ + {{md-title-responsibility}}\ + {{/if}}\ +'; } var s = "There is no default '" + name +"' template!"; -- 1.7.10.4