emails: Fix preheader coming up inside email.

This makes the preheader correctly invisible inside the email.
This commit is contained in:
Anupam Dagar
2018-07-25 13:16:31 +00:00
committed by Tim Abbott
parent a57d337113
commit c47e71abe0
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -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'