From 313a15d7b21cf412cef2eacceef17f4fe9313a98 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Tue, 28 Sep 2021 14:41:26 +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 a8158d42..8d3b1d53 100644 --- a/webapp/src/main/webapp/themes/iph/templates/elenph_issue.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/elenph_issue.ftl @@ -6,7 +6,7 @@ <#assign issueName = article.issue> <#assign divOpened = true > -
+

${article.name}

<#elseif issueName == article.issue>

${article.name}

@@ -14,7 +14,7 @@ <#assign issueName = article.issue>
-
+

${article.name}