mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
emails: Fix preheader coming up inside email.
This makes the preheader correctly invisible inside the email.
This commit is contained in:
@@ -14,7 +14,9 @@
|
|||||||
<a href="#" class="illustration">
|
<a href="#" class="illustration">
|
||||||
{% block illustration %}{% endblock %}
|
{% block illustration %}{% endblock %}
|
||||||
</a>
|
</a>
|
||||||
{% block preheader %}{% endblock %}
|
<span class="preheader">
|
||||||
|
{% block preheader %}{% endblock %}
|
||||||
|
</span>
|
||||||
<table class="main">
|
<table class="main">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wrapper">
|
<td class="wrapper">
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.1+git"
|
|||||||
# Typically, adding a dependency only requires a minor version bump, and
|
# Typically, adding a dependency only requires a minor version bump, and
|
||||||
# removing a dependency requires a major version bump.
|
# removing a dependency requires a major version bump.
|
||||||
|
|
||||||
PROVISION_VERSION = '25.1'
|
PROVISION_VERSION = '25.2'
|
||||||
|
|||||||
Reference in New Issue
Block a user