From e9cb50f4c92e88739fb3af99ea6abc1f06826e3c Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 15 Sep 2022 23:28:55 -0300 Subject: new html.noEdgeWhitespace tag option --- src/misc-templates.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/misc-templates.js') diff --git a/src/misc-templates.js b/src/misc-templates.js index b5a635d..09c8f43 100644 --- a/src/misc-templates.js +++ b/src/misc-templates.js @@ -101,7 +101,10 @@ export function getArtistString( const externalLinks = hasExternalPart && html.tag('span', - {class: 'icons'}, + { + [html.noEdgeWhitespace]: true, + class: 'icons' + }, language.formatUnitList( urls.map(url => iconifyURL(url, {language})))); -- cgit 1.3.0-6-gf8a5