mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Change "&" => "&" HTML entity.
This is a good change for HTML encoding.
This commit is contained in:
committed by
Tim Abbott
parent
8895561ae3
commit
caf98941cb
@@ -5,7 +5,7 @@
|
|||||||
<li><a href="/">{{ _("Home") }}</a></li>
|
<li><a href="/">{{ _("Home") }}</a></li>
|
||||||
<li><a href="/why-zulip/">{{ _("Why Zulip") }}</a></li>
|
<li><a href="/why-zulip/">{{ _("Why Zulip") }}</a></li>
|
||||||
<li><a href="/features/">{{ _("Features") }}</a></li>
|
<li><a href="/features/">{{ _("Features") }}</a></li>
|
||||||
<li><a href="/plans/">{{ _("Plans & pricing") }}</a></li>
|
<li><a href="/plans/">{{ _("Plans & pricing") }}</a></li>
|
||||||
{% if about_link_disabled %}
|
{% if about_link_disabled %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<li><a href="/about/">{{ _("About") }}</a></li>
|
<li><a href="/about/">{{ _("About") }}</a></li>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h3>{{ _("Help & community") }}</h3>
|
<h3>{{ _("Help & community") }}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/help/">{{ _("Help center") }}</a></li>
|
<li><a href="/help/">{{ _("Help center") }}</a></li>
|
||||||
<li><a href="https://twitter.com/zulip/">Twitter</a></li>
|
<li><a href="https://twitter.com/zulip/">Twitter</a></li>
|
||||||
@@ -45,9 +45,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h3>{{ _("Apps & integrations") }}</h3>
|
<h3>{{ _("Apps & integrations") }}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/apps/">{{ _("Desktop & mobile apps") }}</a></li>
|
<li><a href="/apps/">{{ _("Desktop & mobile apps") }}</a></li>
|
||||||
<li><a href="/integrations/">{{ _("Integrations") }}</a></li>
|
<li><a href="/integrations/">{{ _("Integrations") }}</a></li>
|
||||||
{# Interactive bots would go here? #}
|
{# Interactive bots would go here? #}
|
||||||
<li><a href="/api/">REST API</a></li>
|
<li><a href="/api/">REST API</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user