chore: fixes
This commit is contained in:
parent
16adf9af06
commit
86a6b02e5f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
{% endif %}
|
||||
<noscript>
|
||||
<style>.client-side {display:none}</style>
|
||||
<img src="/api/event?page={{ fullUrl }}&ns=true" />
|
||||
<img style="display:none" src="/api/event?page={{ fullUrl | url_encode }}&ns=true" />
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in a new issue