templates: Fix curly-quoted HTML attributes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-09-12 12:42:22 -07:00 committed by Tim Abbott
parent 64bbfd7756
commit e23eeb798a
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
<a href="/help">{{ _("Help center") }}</a>
</li>
<li>
<a href="/development-community/" target=”_blank”>
<a href="/development-community/" target="_blank">
{{ _("Community chat") }}
</a>
</li>

View File

@ -107,7 +107,7 @@
<a href="/help">Help center</a>
</li>
<li>
<a href="https://zulip.com/development-community/" target=”_blank”>
<a href="https://zulip.com/development-community/" target="_blank">
Community chat
</a>
</li>