Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-07-27 11:28:04 +0300
committerAleksander Machniak <alec@alec.pl>2018-07-27 11:28:04 +0300
commitc6e6ed36f27c4dfab594da0be5d30ac416fd2fe7 (patch)
tree5ae9b5d5483754450054d52b6b9ea95b3509fd76 /skins/larry
parent93965fa79c0d10da12040e5a711e881329d3da1f (diff)
Don't use nested if blocks - they do not work properly
Diffstat (limited to 'skins/larry')
-rw-r--r--skins/larry/templates/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/error.html b/skins/larry/templates/error.html
index 85fb4e7a9..ce1663f34 100644
--- a/skins/larry/templates/error.html
+++ b/skins/larry/templates/error.html
@@ -5,7 +5,7 @@
<roundcube:include file="/includes/links.html" />
</head>
<roundcube:if condition="!env:framed" />
-<roundcube:if condition="env:extwin" /><body class="error extwin"><roundcube:else /><body class="error"><roundcube:endif />
+<body class="error<roundcube:exp expression="env:extwin ? ' extwin' : ''" />">
<roundcube:include file="/includes/header.html" />
<roundcube:else />
<body class="error iframe">