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>2017-09-07 19:30:47 +0300
committerAleksander Machniak <alec@alec.pl>2017-09-07 19:30:47 +0300
commit3210f11892196b2fc6091bb7d0ae9af47fc0fd8c (patch)
tree067496b96ae1d8c6154c9bbb3a67bf836f8ad4f6 /skins/larry/templates
parent5200d823815d69f1526677075992d336dcbc5ab7 (diff)
Fix invalid template loading on a message error in preview frame (#5941)
Broken in 1b4fa60a90257.
Diffstat (limited to 'skins/larry/templates')
-rw-r--r--skins/larry/templates/messageerror.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/messageerror.html b/skins/larry/templates/messageerror.html
index 691657d2c..0d5746a33 100644
--- a/skins/larry/templates/messageerror.html
+++ b/skins/larry/templates/messageerror.html
@@ -10,7 +10,7 @@
<div id="mainscreen" class="watermark" style="top:0"></div>
<roundcube:else />
-<roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
+<body class="<roundcube:exp expression="env:extwin ? 'extwin' : ''" />">
<roundcube:include file="/includes/header.html" />