mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
Fix: Ensure that the URLs of header resources are enclosed in quotes (#3119)
Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
This commit is contained in:
parent
86f88a19ef
commit
9d226ad777
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@
|
|||
</title>
|
||||
<link rel="shortcut icon" href="/assets/favicon.ico" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
||||
<link rel="stylesheet" href={{ get_url(path="/style.css" , cachebust=true) }} />
|
||||
<script async src={{ get_url(path="/js/components.js" , cachebust=true) }}></script>
|
||||
<link rel="stylesheet" href="{{ get_url(path="/style.css" , cachebust=true) }}" />
|
||||
<script async src="{{ get_url(path="/js/components.js" , cachebust=true) }}"></script>
|
||||
<script defer data-domain="matrix.org" src="https://plausible.io/js/script.tagged-events.js"></script>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue