mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
email_base_messages: Add missing <body>.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9ec4f726ac
commit
c3b55702db
@@ -6,23 +6,25 @@
|
|||||||
<title>Zulip</title>
|
<title>Zulip</title>
|
||||||
<style>{{css_styles}}</style>
|
<style>{{css_styles}}</style>
|
||||||
</head>
|
</head>
|
||||||
{% if has_preheader %}
|
<body>
|
||||||
<span style="display:none !important;
|
{% if has_preheader %}
|
||||||
visibility:hidden;
|
<span style="display:none !important;
|
||||||
color:transparent;
|
visibility:hidden;
|
||||||
mso-hide:all;
|
color:transparent;
|
||||||
font-size:1px;
|
mso-hide:all;
|
||||||
color:hsl(0, 0%, 100%);
|
font-size:1px;
|
||||||
line-height:1px;
|
color:hsl(0, 0%, 100%);
|
||||||
max-height:0px;
|
line-height:1px;
|
||||||
height:0px;
|
max-height:0px;
|
||||||
max-width:0px;
|
height:0px;
|
||||||
width:0px;
|
max-width:0px;
|
||||||
opacity:0;
|
width:0px;
|
||||||
overflow:hidden;">
|
opacity:0;
|
||||||
{% block preheader %}{% endblock %}
|
overflow:hidden;">
|
||||||
</span>
|
{% block preheader %}{% endblock %}
|
||||||
{% endif %}
|
</span>
|
||||||
{% block content %}{% endblock %}
|
{% endif %}
|
||||||
{% block manage_preferences %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
{% block manage_preferences %}{% endblock %}
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user