Fix invalid template loading on a message error in preview frame (#5941)

Broken in 1b4fa60a90.
pull/6072/head
Aleksander Machniak 7 years ago
parent 5888ce7c28
commit ac5c9dd734

@ -4,6 +4,7 @@ CHANGELOG Roundcube Webmail
- Improve detection for Egde browser and add pointer event support (#5922)
- Fix bug where pink image was used instead of a thumbnail when image resize fails (#5933)
- Fix so files size/count limit is verified (client-side) also on drag-n-drop uploads (#5940)
- Fix invalid template loading on a message error in preview frame (#5941)
RELEASE 1.3.1
-------------

@ -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" />

Loading…
Cancel
Save