[#6982] disable separator escaping for the page title
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{CommonHelper.joinNonEmpty([$pageTitle, $appName, "PocketBase"], " - ")}</title>
|
||||
<title>{CommonHelper.joinNonEmpty([$pageTitle, $appName, "PocketBase"], " - ", false)}</title>
|
||||
|
||||
{#if window.location.protocol == "https:"}
|
||||
<link
|
||||
|
||||
Reference in New Issue
Block a user