diff --git a/static/skin/index.js b/static/skin/index.js index 0ea9313f7..09ca8db59 100644 --- a/static/skin/index.js +++ b/static/skin/index.js @@ -105,14 +105,14 @@ } divTag.innerHTML = ` - - + + ${title} ${downloadLink ? `Download ${humanFriendlyZimSize ? ` - ${humanFriendlyZimSize}`: ''}` : ''} - ${description} - ${language.substr(0, 2).toUpperCase()} - ${tagHtml} + ${description} + ${language.substr(0, 2).toUpperCase()} + ${tagHtml} `; return divTag; } @@ -229,7 +229,7 @@ data.querySelectorAll('entry').forEach(entry => { const title = getInnerHtml(entry, 'title'); const value = getInnerHtml(entry, valueEntryNode); - optionStr += `${humanFriendlyTitle(title)}`; + optionStr += `