From: Mike Taylor Date: Wed, 20 Nov 2013 16:24:23 +0000 (+0000) Subject: If `marker' argument is passed to renderDetails(), the column it's X-Git-Tag: 0.9.1~148^2~73 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=8320510e0df395dc720352bc773c242b66ce5129;hp=7fc684231ef7c9dbc4e5141c1c536712183f2751;p=mkws-moved-to-github.git If `marker' argument is passed to renderDetails(), the column it's rendered in now spans both columns. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index c98b17d..6a202f8 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -555,7 +555,7 @@ function replaceHtml(el, html) { function renderDetails(data, marker) { var details = '
'; - if (marker) details += ''; + if (marker) details += ''; var sources = []; for (var i in data.location) {
'+ marker + '
'+ marker + '