aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-11-02 14:35:42 +0000
committerMario <mario@mariovavti.com>2024-11-02 14:35:42 +0000
commitc5faa012b5ce28c68990d96d8a1a1a7ef9a7a36b (patch)
tree68ddb0e3bc0ce253c074924e169c68b9fbfd7dae
parent2f0a47e5839eaf6c682cc657e878e870318245ed (diff)
parent541a0f6476ebf178ac141d09a30f6fca824eebcb (diff)
downloadvolse-hubzilla-c5faa012b5ce28c68990d96d8a1a1a7ef9a7a36b.tar.gz
volse-hubzilla-c5faa012b5ce28c68990d96d8a1a1a7ef9a7a36b.tar.bz2
volse-hubzilla-c5faa012b5ce28c68990d96d8a1a1a7ef9a7a36b.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
-rw-r--r--view/tpl/head.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl
index bf61a7ee4..d2efcced9 100644
--- a/view/tpl/head.tpl
+++ b/view/tpl/head.tpl
@@ -11,7 +11,7 @@
var updateInterval = {{$update_interval}};
var sse_enabled = {{$sse_enabled}};
var localUser = {{if $local_channel}}{{$local_channel}}{{else}}false{{/if}};
- var zid = {{if $zid}}'{{$zid}}'{{else}}null{{/if}};
+ var zid = {{if $zid}}'{{$zid|escape:url}}'{{else}}null{{/if}};
var justifiedGalleryActive = false;
{{if $channel_hash}}var channelHash = '{{$channel_hash}}';{{/if}}
var channelId = {{if $channel_id}}{{$channel_id}}{{else}}false{{/if}};{{* Used in e.g. autocomplete *}}