diff options
Diffstat (limited to 'template/page.phtml')
-rw-r--r-- | template/page.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/page.phtml b/template/page.phtml index 40a26be..cad6997 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -26,8 +26,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <base href="<?=h($baseurl)?>" /> - <link href="<?=h($baseurl.forceslash($route))?>" rel="canonical" /> + <base href="<?=h(forceslash($baseurl))?>" /> + <link href="<?=h(forceslash($baseurl).forceslash($route))?>" rel="canonical" /> <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" /> <link href="assets/img/favicon.png" rel="icon" type="image/png" /> |