From: Mike Taylor Date: Fri, 14 Feb 2014 14:52:05 +0000 (+0000) Subject: Use {{#commaList}} helper to render subjects, avoiding long character X-Git-Tag: 1.0.0~1429 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=4c2528f53add63ab0d1d26434de2eed01dbca643 Use {{#commaList}} helper to render subjects, avoiding long character strings with no spaces that HTML can't render properly in small areas. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 0e7902e..b9f13ef 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -824,7 +824,8 @@ function team($, teamName) { \ {{#first location having="md-subject"}}\ {{#if md-subject}}\ - {{md-subject}}\ + {{#commaList md-subject}}\ + {{this}}{{/commaList}}\ {{/if}}\ {{/first}}\ \