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:
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">