mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
templates: Fix curly-quoted HTML attributes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
64bbfd7756
commit
e23eeb798a
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user