[#6982] disable separator escaping for the page title

This commit is contained in:
Gani Georgiev
2025-06-29 20:28:36 +03:00
parent 3f3b77dcd4
commit 0089ceb904
32 changed files with 48 additions and 45 deletions

View File

@@ -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