From 6a5e9cefa3a57ad640b3d8e5c50f35aba751af44 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Tue, 28 Sep 2021 14:47:39 +0200 Subject: [PATCH] fix: don't hide articles by default --- webapp/src/main/webapp/themes/iph/templates/elenph_issue.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/templates/elenph_issue.ftl b/webapp/src/main/webapp/themes/iph/templates/elenph_issue.ftl index 8d3b1d53..0e3d21c4 100644 --- a/webapp/src/main/webapp/themes/iph/templates/elenph_issue.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/elenph_issue.ftl @@ -5,7 +5,7 @@ <#if !issueName??> <#assign issueName = article.issue> <#assign divOpened = true > - +

${article.name}

<#elseif issueName == article.issue> @@ -13,7 +13,7 @@ <#else> <#assign issueName = article.issue>
- +

${article.name}