Indention fix

This commit is contained in:
Anders Rune Jensen
2017-12-16 15:03:05 +01:00
parent 941de4f1ac
commit 9ba7dc35e3
2 changed files with 175 additions and 175 deletions
+4 -4
View File
@@ -515,8 +515,8 @@ function renderDefault(c) {
}
function renderShowAll(showAll, url) {
if (showAll)
return '';
else
return '<br>' + h('a', { href : url + '?showAll' }, 'Show whole feed').outerHTML;
if (showAll)
return '';
else
return '<br>' + h('a', { href : url + '?showAll' }, 'Show whole feed').outerHTML;
}